check if Streamfilter is approved or not

+2 votes
How can I see if a stream filter is approved or disapproved?

I didn't find any rpc requests for that.

Thanks!
asked Dec 12, 2019 by Ironmanager

1 Answer

0 votes

There is no global approval or disapproval of stream filters, and this is different than transaction filters. Instead each stream filter is approved (and can then be disapproved) for particular streams. You can see which filters are active on a stream using liststreams with verbose=true. More details here: https://www.multichain.com/developers/smart-filters/

 

answered Dec 13, 2019 by MultiChain
...