The unique ID of the asset to be modified
Optional
clawbackThe Algorand address with power to revoke asset holdings.
If empty, this role will be irrevocably removed from this asset.
Optional
freezeThe Algorand address with power to freeze/unfreeze asset holdings.
If empty, this role will be irrevocably removed from this asset.
Optional
managerThe Algorand address in charge of reserve, freeze, clawback, destruction, etc.
If empty, this role will be irrevocably removed from this asset.
Optional
reserveThe Algorand address representing asset reserve.
If empty, this role will be irrevocably removed from this asset.
Optional
strictThis is a safety flag to prevent unintentionally removing a role from an asset. If undefined or true, an error will be thrown if any of assetManager, assetReserve, assetFreeze, or assetClawback are empty.
Set this to false to allow removing roles by leaving the corresponding address empty.
Generated using TypeDoc
Contains asset modification transaction parameters