Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to relate the coin value to the actual value of a national currency? (Coin value equal the national currency)
How to alter replication factor? is the default value of replication factor 3.
How to disable proof-of-work and what are the parameters impacted by this change?
Multichain: How to change the difficulty of mining?
How to change the Proof of work(POW) in Multichain ?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
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
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Please
log in
or
register
to add a comment.
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
Please
log in
or
register
to add a comment.
...