Algorand TypeScript
    Preparing search index...

    Interface AssetTransferFields

    interface AssetTransferFields {
        assetAmount?: uint64;
        assetCloseTo?: bytes | Account;
        assetReceiver?: bytes | Account;
        assetSender?: bytes | Account;
        fee?: uint64;
        firstValid?: uint64;
        firstValidTime?: uint64;
        lastValid?: uint64;
        lease?: bytes;
        note?: string | bytes;
        rekeyTo?: bytes | Account;
        sender?: bytes | Account;
        xferAsset?: uint64 | Asset;
    }
    Index

    Properties

    assetAmount?: uint64

    value in Asset's units

    assetCloseTo?: bytes | Account

    32 byte address

    assetReceiver?: bytes | Account

    32 byte address

    assetSender?: bytes | 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

    lastValid?: uint64

    round number

    lease?: bytes

    32 byte lease value

    note?: string | bytes

    Any data up to 1024 bytes

    rekeyTo?: bytes | Account

    32 byte Sender's new AuthAddr

    sender?: bytes | Account

    32 byte address

    xferAsset?: uint64 | Asset

    Asset ID