Skip to content

AssetFreezeInnerTxn

Algorand TypeScript


Algorand TypeScript / itxn / itxn / AssetFreezeInnerTxn

Defined in: itxn.ts:349

An inner transaction of type ‘afrz’

readonly fee: uint64

Defined in: itxn.ts:359

microalgos


readonly firstValid: uint64

Defined in: itxn.ts:363

round number


readonly firstValidTime: uint64

Defined in: itxn.ts:367

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


readonly freezeAccount: Account

Defined in: itxn.ts:408

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


readonly freezeAsset: Asset

Defined in: itxn.ts:404

Asset ID being frozen or un-frozen


readonly frozen: boolean

Defined in: itxn.ts:412

The new frozen value


readonly groupIndex: uint64

Defined in: itxn.ts:392

Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1


readonly lastValid: uint64

Defined in: itxn.ts:371

round number


readonly lease: bytes<32>

Defined in: itxn.ts:379

32 byte lease value


readonly note: bytes

Defined in: itxn.ts:375

Any data up to 1024 bytes


readonly rekeyTo: Account

Defined in: itxn.ts:400

32 byte Sender’s new AuthAddr


readonly sender: Account

Defined in: itxn.ts:355

32 byte address


readonly txnId: bytes<32>

Defined in: itxn.ts:396

The computed ID for this transaction. 32 bytes.


readonly type: AssetFreeze

Defined in: itxn.ts:387

Transaction type


readonly typeBytes: bytes

Defined in: itxn.ts:383

Transaction type as bytes