Optional
tokenType: TokenType[]Optional
options: GetAssetTransfersIteratorOptionsGet token balances associated with the owner address by applying the passing filter.
If no filter specified, this function will return by combining the result of getNativeTokenBalance and getContractTokenBalances.
Optional
filter: GetAllTokenBalancesFilterGet a list of transfer transactions.
Optional
tokenType: TokenTypeOptional
contractAddress: stringGet a iterator of transfer transactions.
Optional
token: FungibleTokenOptional
options: GetAssetTransfersIteratorOptionsGet the contract token balances associated with the owner address.
If contractAddresses is not specified, this function will return a list of balances of known tokens for the owner address. The behavior for which token is known is chain-specific.
Optional
contractAddresses: string[]Get the metadata of the contract token for a contract
Get the balance of the chain native token held by the owner.
Get the metadata of the native token.
Returns balances of the tokens in the argument held by the owner.
Get the metadata of a token.
Generated using TypeDoc
Get a iterators of all transfer transactions from given tokens.