Optional
apiKey: stringPrivate
adapterPrivate
coinPrivate
networkPrivate
providerPrivate
tokenOptional
_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.
Get a list of transfer transactions.
NOTE: Function parameters are subject to change. This function is currently limited to fetching the first 1000 entries. For more entries, you should use getAssetTransfersIterator.
Optional
tokenType: TokenTypeOptional
contractAddress: stringGet an iterator of transfer transactions.
NOTE: Function parameters are subject to change.
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 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.
Private
mapSubmit a signed transaction.
Transaction response which includes the transaction hash.
A signature returned by signing a transaction through signTransaction with SignerAdapter.
Generated using TypeDoc
Get a iterators of all transfer transactions from given tokens.