Algorand TypeScript
    Preparing search index...

    Interface AssetTransferTxn

    A group transaction of type 'axfer'

    interface AssetTransferTxn {
        constructor: any;
        assetAmount: uint64;
        assetCloseTo: Account;
        assetReceiver: Account;
        assetSender: Account;
        fee: uint64;
        firstValid: uint64;
        firstValidTime: uint64;
        groupIndex: uint64;
        lastValid: uint64;
        lease: bytes;
        note: bytes;
        rekeyTo: Account;
        sender: Account;
        txnId: bytes;
        type: AssetTransfer;
        typeBytes: bytes;
        xferAsset: Asset;
    }
    Index

    Constructors

    constructor: any

    Properties

    assetAmount: uint64

    value in Asset's units

    assetCloseTo: Account

    32 byte address

    assetReceiver: Account

    32 byte address

    assetSender: Account

    32 byte address. Source of assets if Sender is the Asset's Clawback address.

    fee: uint64

    microalgos

    firstValid: uint64

    round number

    firstValidTime: uint64

    UNIX timestamp of block before txn.FirstValid. Fails if negative

    groupIndex: uint64

    Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1

    lastValid: uint64

    round number

    lease: bytes

    32 byte lease value

    note: bytes

    Any data up to 1024 bytes

    rekeyTo: Account

    32 byte Sender's new AuthAddr

    sender: Account

    32 byte address

    txnId: bytes

    The computed ID for this transaction. 32 bytes.

    Transaction type

    typeBytes: bytes

    Transaction type as bytes

    xferAsset: Asset

    Asset ID