Algorand TypeScript
    Preparing search index...

    Interface AssetFreezeInnerTxn

    An inner transaction of type 'afrz'

    interface AssetFreezeInnerTxn {
        fee: uint64;
        firstValid: uint64;
        firstValidTime: uint64;
        freezeAccount: Account;
        freezeAsset: Asset;
        frozen: boolean;
        groupIndex: uint64;
        lastValid: uint64;
        lease: bytes;
        note: bytes;
        rekeyTo: Account;
        sender: Account;
        txnId: bytes;
        type: AssetFreeze;
        typeBytes: bytes;
    }
    Index

    Properties

    fee: uint64

    microalgos

    firstValid: uint64

    round number

    firstValidTime: uint64

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

    freezeAccount: Account

    32 byte address of the account whose asset slot is being frozen or un-frozen

    freezeAsset: Asset

    Asset ID being frozen or un-frozen

    frozen: boolean

    The new frozen value

    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