Interface IAssetTransferTxn
Inherited Members
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface IAssetTransferTxn : ITransaction, ITransactionHeader
Properties
AssetAmount
The amount of the asset to be transferred. A zero amount transferred to self allocates that asset in the account's Asset map.
Declaration
ulong AssetAmount { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
AssetCloseTo
Specify this field to remove the asset holding from the sender account and reduce the account's minimum balance (i.e. opt-out of the asset).
Declaration
Address AssetCloseTo { get; set; }
Property Value
Type | Description |
---|---|
Address |
AssetReceiver
The recipient of the asset transfer.
Declaration
Address AssetReceiver { get; set; }
Property Value
Type | Description |
---|---|
Address |
AssetSender
The sender of the transfer. The regular
Declaration
Address AssetSender { get; set; }
Property Value
Type | Description |
---|---|
Address |
XferAsset
The unique ID of the asset to be transferred.
Declaration
AssetIndex XferAsset { get; set; }
Property Value
Type | Description |
---|---|
AssetIndex |