Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.AssetFreezeTransactionResult

@algorandfoundation/algokit-utils / types/indexer / AssetFreezeTransactionResult

Interface: AssetFreezeTransactionResult

types/indexer.AssetFreezeTransactionResult

Fields for an asset freeze transaction. https://developer.algorand.org/docs/rest-apis/indexer/#transactionassetfreeze

Table of contents

Properties

Properties

address

address: string

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

Defined in

src/types/indexer.ts:477


asset-id

asset-id: number

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

Defined in

src/types/indexer.ts:479


new-freeze-status

new-freeze-status: boolean

[afrz] The new freeze status.

Defined in

src/types/indexer.ts:481