Skip to content

AssetFreezeFields

Algorand TypeScript


Algorand TypeScript / itxn / itxn / AssetFreezeFields

Defined in: itxn.ts:825

optional fee: uint64

Defined in: itxn.ts:833

microalgos


optional firstValid: uint64

Defined in: itxn.ts:837

round number


optional firstValidTime: uint64

Defined in: itxn.ts:841

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


optional freezeAccount: Account | bytes

Defined in: itxn.ts:865

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


optional freezeAsset: uint64 | Asset

Defined in: itxn.ts:861

Asset ID being frozen or un-frozen


optional frozen: boolean

Defined in: itxn.ts:869

The new frozen value


optional lastValid: uint64

Defined in: itxn.ts:845

round number


optional lease: bytes<32>

Defined in: itxn.ts:853

32 byte lease value


optional note: string | bytes

Defined in: itxn.ts:849

Any data up to 1024 bytes


optional rekeyTo: Account | bytes

Defined in: itxn.ts:857

32 byte Sender’s new AuthAddr


optional sender: Account | bytes

Defined in: itxn.ts:829

32 byte address