Hello !
I’m creating an coin with limited supply.
In that case I want to destroy the treasury cap at the init of the contract, so no minting is possible, although I want to burn coin on each transfert.
Is it a good idea to destroy the treasury in that case? ( i’m not sure if I could still burn on transfert?) and how do it ?
Because It’s looks like destructure an treasury cap is not possible, so I cannot get his id.
Thanks!
Maxime