Provide some guideline

+3 votes
I would be very much appreciate it if you can provide me the steps on how to publish the stream data offline.
How to ensure the data is not store in the resource-scarce IoT transaction publishing node?
How to retrieve the transaction from the full fledged node.

Thank you.
asked Aug 14, 2023 by Moke Kwai Cheong

1 Answer

+1 vote

All publish-related commands are documented here, and you just need to pass offchain in the options parameter:

https://www.multichain.com/developers/json-rpc-api/

The offline data will automatically be retrieved by subscribed nodes. But please note that it will also be stored in the publishing node, just not in other nodes which are not subscribed.

answered Aug 15, 2023 by MultiChain
...