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
Is there a way to query data-hex, output key in data stream?
Is there a way of storing files greater than 64MB in a stream?
How to check if a key in a stream is updated.
Is there a way to specify more than one key when searching?
Is there a way to apply some custom filter while fetching data from the stream?
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
Is there a reason a blank key is allowed in a stream
+1
vote
I am currently testing streams to insert data and I managed to insert a blank key, should this be allowed? This is the output from listkeys
},
{
"key" : "",
"items" : 3,
"confirmed" : 3
}
]
stream
asked
Feb 14, 2018
by
mrblocky
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, there is no problem with having a blank key. The empty string is a valid string.
answered
Feb 14, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...