Skip to content

Create Publication

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.AssetConfigTransactionResult

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

Interface: AssetConfigTransactionResult

types/indexer.AssetConfigTransactionResult

Fields for asset allocation, re-configuration, and destruction. https://developer.algorand.org/docs/rest-apis/indexer/#transactionassetconfig

A zero value for asset-id indicates asset creation. A zero value for the params indicates asset destruction.

Table of contents

Properties

Properties

asset-id

asset-id: number

[xaid] ID of the asset being configured or empty if creating.

Defined in

src/types/indexer.ts:469


params

Optional params: AssetParams

[apar] the parameters for the asset.

Defined in

src/types/indexer.ts:471