Algorand TypeScript Testing
    Preparing search index...

    Class AssetFreezeInnerTxn

    Hierarchy

    Implements

    • AssetFreezeInnerTxn
    Index

    Properties

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

    Transaction type

    typeBytes: bytes = ...

    Transaction type as bytes

    Methods