Algorand TypeScript
    Preparing search index...

    Interface AssetFreezeFields

    interface AssetFreezeFields {
        fee?: uint64;
        firstValid?: uint64;
        firstValidTime?: uint64;
        freezeAccount?: bytes | Account;
        freezeAsset?: uint64 | Asset;
        frozen?: boolean;
        lastValid?: uint64;
        lease?: bytes;
        note?: string | bytes;
        rekeyTo?: bytes | Account;
        sender?: bytes | Account;
    }
    Index

    Properties

    fee?: uint64

    microalgos

    firstValid?: uint64

    round number

    firstValidTime?: uint64

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

    freezeAccount?: bytes | Account

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

    freezeAsset?: uint64 | Asset

    Asset ID being frozen or un-frozen

    frozen?: boolean

    The new frozen value

    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