Skip to content

Commit

Permalink
Drop deprecated fields from API response (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Oct 25, 2024
1 parent 71cce58 commit c75fe78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/horizon/types/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export interface AssetRecord extends HorizonApi.BaseResponse {
num_claimable_balances: number;
num_liquidity_pools: number;
num_contracts: number;
num_accounts: number;
amount: string;
claimable_balances_amount: string;
liquidity_pools_amount: string;
contracts_amount: string;
Expand Down

0 comments on commit c75fe78

Please sign in to comment.