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¶
params¶
• Optional
params: AssetParams
[apar] the parameters for the asset.