When listing items in a stream, the offset parameter is expected to be an integer. For example:
multichain-cli MyBlockChain liststreamitems MyStream false 10 100
This will give me 10 items from the stream, starting at item 100. But what if I want to list items that come after a specific transaction? Is there a way to use a transaction as an offset?