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
Properties
Section titled “Properties”address
Section titled “address”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
Section titled “assetId”assetId:
bigint
Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:19
[faid] ID of the asset being frozen or thawed.
newFreezeStatus
Section titled “newFreezeStatus”newFreezeStatus:
boolean
Defined in: packages/indexer_client/src/models/transaction-asset-freeze.ts:24
[afrz] The new freeze status.