Stream-filters to all streams

+2 votes
Hello,

Is it possible to apply a stream filters to all streams of a blockchain?

Many thanks in advance.
asked Feb 5, 2019 by anonymous

1 Answer

+1 vote
There are two ways you can do this:

a) Create a single stream filter and the approve it for each stream in turn. This will depend on anyone creating a stream performing this action.

b) Use a transaction filter to apply your filtering rules to any stream item in any transaction. Note that this will not be able to apply the stream filter to any off-chain stream data payloads.
answered Feb 5, 2019 by MultiChain
...