make_asset_config_txn
Create an Algorand asset configuration transaction to update manager, reserve, freeze, or clawback addresses for existing assets on the blockchain.
Instructions
Create an asset configuration transaction
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Sender address in standard Algorand format (58 characters) | |
| assetIndex | Yes | Index of the asset to reconfigure | |
| manager | No | New address that can manage the asset configuration | |
| reserve | No | New address holding reserve funds for the asset | |
| freeze | No | New address that can freeze/unfreeze holder accounts | |
| clawback | No | New address that can revoke the asset from holders | |
| strictEmptyAddressChecking | Yes | Whether to error if any provided address is empty | |
| note | No | Transaction note field (up to 1000 bytes) | |
| rekeyTo | No | Address to rekey the sender account to | |
| fee | No | Transaction fee in microAlgos. If not set, uses suggested fee from the network | |
| flatFee | No | If true, fee is used as-is (flat fee). If false (default), fee is per-byte | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |