types indexer.AssetTransferTransactionResult
@algorandfoundation/algokit-utils / types/indexer / AssetTransferTransactionResult
Interface: AssetTransferTransactionResult¶
types/indexer.AssetTransferTransactionResult
Fields for an asset transfer transaction. https://developer.algorand.org/docs/rest-apis/indexer/#transactionassettransfer
Table of contents¶
Properties¶
Properties¶
amount¶
• amount: number
[aamt] Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map.
Defined in¶
asset-id¶
• asset-id: number
[xaid] ID of the asset being transferred.
Defined in¶
close-amount¶
• Optional
close-amount: number
Number of assets transfered to the close-to account as part of the transaction.
Defined in¶
close-to¶
• Optional
close-to: string
[aclose] Indicates that the asset should be removed from the account's Assets map, and specifies where the remaining asset holdings should be transferred. It's always valid to transfer remaining asset holdings to the creator account.
Defined in¶
receiver¶
• receiver: string
[arcv] Recipient address of the transfer.
Defined in¶
sender¶
• Optional
sender: string
[asnd] The effective sender during a clawback transactions. If this is not a zero value, the real transaction sender must be the Clawback address from the AssetParams.