is there any chance to get the data from a stream by giving the first letter of stream name

+2 votes
ex: if stream name is users can i get the data from stream by using command

multichain-cli newchain liststreamitems u%%%

or

multichain-cli newchain liststreamitems u___
asked Dec 18, 2018 by swamy

1 Answer

+1 vote

I'm afraid this is not currently possible. You would need to construct this logic in your application, by first getting a list of streams using the liststreams command, or perhaps keeping track of them in a database.

answered Dec 18, 2018 by MultiChain
...