How do you view data of particular key in stream using node.js?

+2 votes
I am currently working on a project using node.js and multichain streams. How do I get the data for a particular given key using node.js???
asked Apr 28, 2019 by Shaunak

1 Answer

0 votes

You need to use the API command liststreamkeyitems – if your node.js library does not support that, you should be able to add it quite easily.

answered Apr 29, 2019 by MultiChain
...