Skip to content

AssetConfigItxnParams

Algorand TypeScript


Algorand TypeScript / itxn / itxn / AssetConfigItxnParams

Defined in: itxn.ts:1053

Holds AssetConfig fields which can be updated, cloned, or submitted.

new AssetConfigItxnParams(): AssetConfigItxnParams

AssetConfigItxnParams

copy(): AssetConfigItxnParams

Defined in: itxn.ts:1069

Return a copy of this AssetConfigItxnParams object

AssetConfigItxnParams


set(fields): void

Defined in: itxn.ts:1063

Update one or more fields in this AssetConfigItxnParams object

AssetConfigFields

void


submit(): AssetConfigInnerTxn

Defined in: itxn.ts:1057

Submit an itxn with these fields and return the AssetConfigInnerTxn result

AssetConfigInnerTxn