Creates a new TransactionAssetTransfer object.
Optional closeOptional closeOptional sender?: string(aamt) Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map.
(xaid) ID of the asset being transferred.
Optional closeNumber of assets transferred to the close-to account as part of the transaction.
Optional close(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.
(arcv) Recipient address of the transfer.
Optional sender(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.
Static Private encodingStatic encodingStatic fromGenerated using TypeDoc
Fields for an asset transfer transaction. Definition: data/transactions/asset.go : AssetTransferTxnFields