Hello, I'm doing the Stream confidentiality tutorial and halfway I had this command:
multichain-cli chain1 liststreampublisheritems pubkeys 1KjHqTbB5xJHDopiPwW4mqVfNJwJxDRMpdGHEG true 1
Seems from the tutorial that I ought to get a txid and a vout but nothing shows, just got a couple of square parenthesis:
root@86b6f9575e04:/# multichain-cli chain1 liststreampublisheritems pubkeys 1KjHqTbB5xJHDopiPwW4mqVfNJwJxDRMpdGHEG true 1
{"method":"liststreampublisheritems","params":["pubkeys","1KjHqTbB5xJHDopiPwW4mqVfNJwJxDRMpdGHEG",true,1],"id":1,"chain_name":"chain1"}
[
]
Where I can found the txid and vout ?