Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to delete an asset from multichain
To delete a Stream
How to separate the ownership of an asset ?
How to set the field 'open' to 'true' while creating an asset?
Long term blockchain size - delete/garbage collect ?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to delete or destroy an asset
+2
votes
I have a case where I created an incorrect asset and I need to remove it from the blockchain. I thought issuing the asset to the burn address would do this but seems this can only issue singular units from the asset to the burn address. How would I achieve this?
delete
asset
asked
Jul 29, 2017
by
RobertJ
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+2
votes
Best answer
Once all units are depleted on a closed asset, the asset is effectively inactive and with all units sent to burn address there is nothing that can be done with that asset.
Perhaps listassets and checking balances > 0 = activeassets
answered
Jul 31, 2017
by
MaSsv
selected
Jul 31, 2017
by
RobertJ
You can also use importaddress with the chain's burn address to keep track of its balance.
Please
log in
or
register
to add a comment.
...