JSON RPC command

+2 votes
I want to create an asset with multiple input parameter.

(BODY) {"method": "issue", "params": ["1PeM6q5ZSbne5SuLPFLD3zcPWcKke9MBiKT1Ln",  "SAPCoins", 1000]}

 

like :- order no, order date,order type, value, etc etc

It may have some more para meter
asked Aug 27, 2018 by subha

1 Answer

0 votes

You can add many custom fields to the asset as part of the issue API. Please see the documentation here:

https://www.multichain.com/developers/json-rpc-api/

answered Aug 28, 2018 by MultiChain
...