Destroy asset

+1 vote
Hi, I want to destroy asset.

If "asset1":1 and "asset2":1 are used for the input, I want that only "asset2":1 for the output is used.

Is there any guide? I'm studying the code, but I want a help.

Thanks in advance.
asked Apr 17, 2017 by mkpark

1 Answer

0 votes

MultiChain imposes a rule that assets cannot be literally destroyed by a transaction. However you can send units of an asset to the chain's burn address which renders them permanently unspendable in a way which every node can verify. See the burnaddress field in the response to getinfo.

answered Apr 17, 2017 by MultiChain
...