sendasset

+1 vote
I have created an asset like cars of quantity 100 with custom params like blue-30,red-30 and yellow-40..

 

After this I want to send 20 cars with custom params like blue-5,red-5,yellow-10

Is it possible to send with custom params ?

If yes How?
asked Feb 9, 2018 by anonymous

1 Answer

0 votes

Yes, use the API sendassetwithdata to add metadata to an asset transaction.

But if you really want to track multiple different car colors properly, with the chain ensuring that everything is consistent, you should just make each one a different asset.

answered Feb 9, 2018 by MultiChain
...