Skip to content

Commit

Permalink
feat: Added collection_token_address attribute to Collection-relate…
Browse files Browse the repository at this point in the history
…d interface return parameters of Solana chain
  • Loading branch information
yohuohuohuo committed Dec 4, 2023
1 parent 0d70b59 commit 8e1ebc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/solana/collection/response-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export interface Collection {
*/
collection: string;

/**
* The token address for the collection
*/
collection_token_address: string;

/**
* The first block number for the occurrence of the collection
*/
Expand Down

0 comments on commit 8e1ebc6

Please sign in to comment.