Json RPC Response details

+2 votes
I am using Lucid Ocean C# client for Multichain, but it seems that the library does not accommodate all the response data. Hence, to modify the library, I need to know the details of the responses (in json format for all the availabe rpc command as listed in our rpc api page. Where can i find this details. I have tried by generating raw result using multichain-cli, but the result is dependent on the blocks, hence I am not sure whether I am able to generate all possible responses. Please help
asked Mar 10, 2018 by Nibir

1 Answer

0 votes

I'm afraid we don't yet have the full documentation for every possible API response, so you'll need to use a combination of seeing the responses you receive from multichain-cli, using common sense, and asking any questions here about things you're not sure about.

answered Mar 11, 2018 by MultiChain
...