How to change the value of count using Savoir api?

+1 vote
How to change or set the value of count (which is an optional parameter) for liststreamkeyitems using Savoir api in order to get all the stored data from a particular stream key.
asked Nov 15, 2018 by rko

2 Answers

0 votes
The Savoir API is not specific for individual MultiChain API commands, so just pass the parameters in following the documentation on this page:

https://www.multichain.com/developers/json-rpc-api/
answered Nov 16, 2018 by MultiChain
0 votes
Hello,

please note that count is the second optional parameter, so you'll need to pass verbose as well.
If you need verbose to be true or false depends on your needs.

.liststreamkeyitems(stream_name, key, False, count)
answered Nov 16, 2018 by multichain_user123
...