Provider instance
Readonly
assetGenerate a transfer transaction that can be used to sign and submit to transfer an asset amount from the sender primary fungible store to the recipient primary fungible store.
This method can be used if you want/need to get the raw transaction so you can first simulate the transaction and then sign and submit it.
Raw Transaction
The sender account
The fungible asset address. For example if you’re transferring USDT this would be the USDT address
Recipient address
Number of assets to transfer
Optional
extraArgs: OptionalTransactionArgsGet the balance of a fungible asset from the account's primary fungible store.
Promise that resolves to the balance
Account that you want to get the balance of.
The fungible asset address you want to check the balance of
Transfer amount
of fungible asset from sender's primary store to recipient's primary store.
Use this method to transfer any fungible asset including fungible token.
The hash of the transaction submitted to the API
The sender account
The fungible asset address. For example if you’re transferring USDT this would be the USDT address
Recipient address
Number of assets to transfer
Optional
extraArgs: OptionalTransactionArgsGenerated using TypeDoc
Creates new FungibleAssetClient instance