Algorand TypeScript Testing
    Preparing search index...

    Class AssetTransferTransaction

    Hierarchy

    Implements

    • AssetTransferTxn
    Index

    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
    firstValid: uint64
    firstValidTime: uint64
    groupIndex: uint64
    lastValid: uint64
    lease: bytes<32>
    note: bytes
    rekeyTo: Account
    scratchSpace: (uint64 | bytes)[]
    sender: Account
    txnId: bytes<32>
    type: AssetTransfer = TransactionType.AssetTransfer

    Transaction type

    typeBytes: bytes = ...

    Transaction type as bytes

    xferAsset: Asset

    Asset ID

    Methods