$TransactionAssetTransfer
const$TransactionAssetTransfer:object
Type declaration
description
readonlydescription: “Fields for an asset transfer transaction.\n\nDefinition:\ndata/transactions/asset.go : AssetTransferTxnFields”
properties
readonlyproperties:object
properties.amount
readonlyproperties.amount:object
properties.amount.description
readonlyproperties.amount.description: ”\[aamt\] Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account’s Assets map.” ="\\[aamt\\] Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map."
properties.amount.type
readonlyproperties.amount.type:"integer"='integer'
properties.amount.x-algorand-format
readonlyproperties.amount.x-algorand-format:"uint64"='uint64'
properties.asset-id
readonlyproperties.asset-id:object
properties.asset-id.description
readonlyproperties.asset-id.description: ”\[xaid\] ID of the asset being transferred.” ='\\[xaid\\] ID of the asset being transferred.'
properties.asset-id.type
readonlyproperties.asset-id.type:"integer"='integer'
properties.close-amount
readonlyproperties.close-amount:object
properties.close-amount.description
readonlyproperties.close-amount.description:"Number of assets transferred to the close-to account as part of the transaction."='Number of assets transferred to the close-to account as part of the transaction.'
properties.close-amount.type
readonlyproperties.close-amount.type:"integer"='integer'
properties.close-amount.x-algorand-format
readonlyproperties.close-amount.x-algorand-format:"uint64"='uint64'
properties.close-to
readonlyproperties.close-to:object
properties.close-to.description
readonlyproperties.close-to.description: ”\[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.” ="\\[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."
properties.close-to.type
readonlyproperties.close-to.type:"string"='string'
properties.receiver
readonlyproperties.receiver:object
properties.receiver.description
readonlyproperties.receiver.description: ”\[arcv\] Recipient address of the transfer.” ='\\[arcv\\] Recipient address of the transfer.'
properties.receiver.type
readonlyproperties.receiver.type:"string"='string'
properties.sender
readonlyproperties.sender:object
properties.sender.description
readonlyproperties.sender.description: ”\[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.” ='\\[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.'
properties.sender.type
readonlyproperties.sender.type:"string"='string'
required
readonlyrequired: readonly ["amount","asset-id","receiver"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1451