Search Results for

    Show / Hide Table of Contents

    Interface IAssetTransferTxn

    Inherited Members
    ITransaction.CopyTo(Transaction)
    ITransaction.CopyFrom(Transaction)
    ITransactionHeader.Fee
    ITransactionHeader.FirstValidRound
    ITransactionHeader.GenesisHash
    ITransactionHeader.LastValidRound
    ITransactionHeader.Sender
    ITransactionHeader.TransactionType
    ITransactionHeader.GenesisId
    ITransactionHeader.Group
    ITransactionHeader.Lease
    ITransactionHeader.Note
    ITransactionHeader.RekeyTo
    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 field should be used and this one set to the zero value for regular transfers between accounts. If this value is nonzero, it indicates a clawback transaction where the sender is the asset's clawback address and the asset sender is the address from which the funds will be withdrawn.

    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
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾