Hello!
In terminal, I'm trying to list all stream items on training1Stream on chain training1Chain from key 1522442947163\t1\t88213\t79821\t1\tFILE_ACCESS\tTOPMed to that key plus some count. I've tried
multichain-cli training1Chain liststreamkeyitems training1Stream '1522442947163\t1\t88213\t79821\t1\tFILE_ACCESS\tTOPMed' count=1
as well as
multichain-cli training1Chain liststreamkeyitems training1Stream '1522442947163\t1\t88213\t79821\t1\tFILE_ACCESS\tTOPMed' '["count=1"]'
and
multichain-cli training1Chain liststreamkeyitems training1Stream '1522442947163\t1\t88213\t79821\t1\tFILE_ACCESS\tTOPMed' "count=1"
As well as just about every other variation of single quotes and double quotes and brackets. Can someone help me out with the syntax?
With '["count=1"]' I've gotten the following error:
error code: -8
error message:
Invalid parameter value type, should be boolean
With all of the other ones, I get an 'error parsing JSON' error.
Thank you!