I want to create a stream that is subscribed by multiple nodes. this stream will only allow offchain to be published.
As I understand it the Onchain hash of the offchain data will be propagate to all the nodes and all the offchain data will also be stored in all the nodes subscribed to the stream.
Is it possible for offchain data to not be propagated to nodes that are subscribed to a stream but will only be sent to the node that requires the offchain data when it demands it.
ie. offchain data will only be sent during a getrawtransaction or some similar command?