Skip to content

AssetFreezeTxn

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / AssetFreezeTxn

Interface: AssetFreezeTxn

Defined in: packages/algo-ts/src/transactions.ts:261

Extends

Extended by

Properties

fee

readonly fee: uint64

Defined in: packages/algo-ts/src/transactions.ts:44

microalgos

Inherited from

TransactionBase.fee


firstValid

readonly firstValid: uint64

Defined in: packages/algo-ts/src/transactions.ts:49

round number

Inherited from

TransactionBase.firstValid


firstValidTime

readonly firstValidTime: uint64

Defined in: packages/algo-ts/src/transactions.ts:54

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

Inherited from

TransactionBase.firstValidTime


freezeAccount

readonly freezeAccount: Account

Defined in: packages/algo-ts/src/transactions.ts:270

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


freezeAsset

readonly freezeAsset: Asset

Defined in: packages/algo-ts/src/transactions.ts:265

Asset ID being frozen or un-frozen


frozen

readonly frozen: boolean

Defined in: packages/algo-ts/src/transactions.ts:275

The new frozen value


groupIndex

readonly groupIndex: uint64

Defined in: packages/algo-ts/src/transactions.ts:80

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

Inherited from

TransactionBase.groupIndex


lastValid

readonly lastValid: uint64

Defined in: packages/algo-ts/src/transactions.ts:59

round number

Inherited from

TransactionBase.lastValid


lease

readonly lease: bytes

Defined in: packages/algo-ts/src/transactions.ts:69

32 byte lease value

Inherited from

TransactionBase.lease


note

readonly note: bytes

Defined in: packages/algo-ts/src/transactions.ts:64

Any data up to 1024 bytes

Inherited from

TransactionBase.note


rekeyTo

readonly rekeyTo: Account

Defined in: packages/algo-ts/src/transactions.ts:90

32 byte Sender’s new AuthAddr

Inherited from

TransactionBase.rekeyTo


sender

readonly sender: Account

Defined in: packages/algo-ts/src/transactions.ts:39

32 byte address

Inherited from

TransactionBase.sender


txnId

readonly txnId: bytes

Defined in: packages/algo-ts/src/transactions.ts:85

The computed ID for this transaction. 32 bytes.

Inherited from

TransactionBase.txnId


type

readonly type: AssetFreeze

Defined in: packages/algo-ts/src/transactions.ts:279

Transaction type as integer


typeBytes

readonly typeBytes: bytes

Defined in: packages/algo-ts/src/transactions.ts:74

Transaction type as bytes

Inherited from

TransactionBase.typeBytes