Skip to content

Commit

Permalink
feat: Add property amounts_total to entity Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
yohuohuohuo committed Nov 3, 2022
1 parent 7cdff08 commit 7545587
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/evm/collection/response-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ interface Attributes {
* - details: {@link https://docs.nftscan.com/nftscan/Collection%20Model}
*/
export interface Collection {
/**
* How many amount for the collection(only for ERC1155)
*/
amounts_total: number;

/**
* The attributes distribution of the collection
*/
Expand Down

0 comments on commit 7545587

Please sign in to comment.