AssetFreezeTxn
Algorand TypeScript / gtxn / gtxn / AssetFreezeTxn
Defined in: gtxn.ts:629
A group transaction of type ‘afrz’
Properties
Section titled “Properties”
readonlyfee:uint64
Defined in: gtxn.ts:359
microalgos
firstValid
Section titled “firstValid”
readonlyfirstValid:uint64
Defined in: gtxn.ts:363
round number
firstValidTime
Section titled “firstValidTime”
readonlyfirstValidTime:uint64
Defined in: gtxn.ts:367
UNIX timestamp of block before txn.FirstValid. Fails if negative
freezeAccount
Section titled “freezeAccount”
readonlyfreezeAccount:Account
Defined in: gtxn.ts:408
32 byte address of the account whose asset slot is being frozen or un-frozen
freezeAsset
Section titled “freezeAsset”
readonlyfreezeAsset:Asset
Defined in: gtxn.ts:404
Asset ID being frozen or un-frozen
frozen
Section titled “frozen”
readonlyfrozen:boolean
Defined in: gtxn.ts:412
The new frozen value
groupIndex
Section titled “groupIndex”
readonlygroupIndex:uint64
Defined in: gtxn.ts:392
Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1
lastValid
Section titled “lastValid”
readonlylastValid:uint64
Defined in: gtxn.ts:371
round number
readonlylease:bytes<32>
Defined in: gtxn.ts:379
32 byte lease value
readonlynote:bytes
Defined in: gtxn.ts:375
Any data up to 1024 bytes
rekeyTo
Section titled “rekeyTo”
readonlyrekeyTo:Account
Defined in: gtxn.ts:400
32 byte Sender’s new AuthAddr
sender
Section titled “sender”
readonlysender:Account
Defined in: gtxn.ts:355
32 byte address
readonlytxnId:bytes<32>
Defined in: gtxn.ts:396
The computed ID for this transaction. 32 bytes.
readonlytype:AssetFreeze
Defined in: gtxn.ts:387
Transaction type
typeBytes
Section titled “typeBytes”
readonlytypeBytes:bytes
Defined in: gtxn.ts:383
Transaction type as bytes