Unexpected parameters in asset configuration tx

Hi, i have been working on an algorand protocol parser lately. One transaction for a particular asset confused me as i couldn’t find any info about what can it be about in the docs. This is the transaction followed by the clawback account update config transaction (similar transactions also available in the history of the asset).

So the question is, why total supply, decimals and, asset unit (and name) fields are available in the transaction (the values seem to be the same as the asset creation values) and what to do with them?

Thanks

The same transaction type is use to create or change the config. Some fields are mutable (addresses) others are not.

1 Like