Skip to content

TransactionAssetFreeze

TransactionAssetFreeze = object

Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:10

Fields for an asset freeze transaction.

Definition: data/transactions/asset.go : AssetFreezeTxnFields

address: string

Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:14

[fadd] Address of the account whose asset is being frozen or thawed.


assetId: bigint

Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:19

[faid] ID of the asset being frozen or thawed.


newFreezeStatus: boolean

Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:24

[afrz] The new freeze status.