Skip to content

Commit

Permalink
feat: The response data of the interface getAccountOverview adds a …
Browse files Browse the repository at this point in the history
…new attribute `collection_count`
  • Loading branch information
yohuohuohuo committed Aug 8, 2023
1 parent eec8456 commit 6ccbc92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/evm/statistic/response-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@ export interface QueryAccountOverviewResponse {
*/
burn_count: number;

/**
* The number of collections for NFT
*/
collection_count: number;

/**
* The value of operating NFTs gas fee
*/
Expand Down

0 comments on commit 6ccbc92

Please sign in to comment.