Retriving data fro stream

+2 votes
Hello

I want to retrive data stored in a stream for comparing it using node.js..is there any way to retrive specifically data field in the stream...
asked Apr 7, 2019 by tk

1 Answer

+1 vote

Yes, there are lots of way to retrieve data stored in a stream, for example the commands liststreamitems or liststreamkeyitems. Please see the full documentation here:

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

answered Apr 8, 2019 by MultiChain
...