attributesByContract
Returns a list of token items (metadata) which match the contract id and passed filters.
attributesByContract(contractId: string, network?: "testnet" | "mainnet"): Promise
Example:
getAttributes.ts
Last updated