liststreamitems after timestamp

+1 vote
Hey guys,

 

I am woundering how may I proceed in implementing an liststreamitems command with a filter like (blocktime > [TIMESTAMP_PARAMETER]?

I'm using Multichain 2 alpha.

You've done a wonderful work here!

Thanks!
asked Mar 11, 2018 by Traxes

1 Answer

0 votes
 
Best answer

You want to use something like this (assuming multichain-cli on Linux):

liststreamblockitems stream1 '{"starttime":123456789,"endtime":234567890}'

Of course, substitute the stream name and actual timestamps as appropriate.

answered Mar 11, 2018 by MultiChain
...