Skip to content

Commit 7545587

Browse files
committed
feat: Add property amounts_total to entity Collection
1 parent 7cdff08 commit 7545587

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/types/evm/collection/response-data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ interface Attributes {
3232
* - details: {@link https://docs.nftscan.com/nftscan/Collection%20Model}
3333
*/
3434
export interface Collection {
35+
/**
36+
* How many amount for the collection(only for ERC1155)
37+
*/
38+
amounts_total: number;
39+
3540
/**
3641
* The attributes distribution of the collection
3742
*/

0 commit comments

Comments
 (0)