smart filter create txfilter command only on cli?

+2 votes

Hi,

is there also an RPC call to create a smart filter?

The command create txfilter seems to only be working in CLI mode?

Thanks!

asked Oct 16, 2018 by anonymous

1 Answer

0 votes

The command line is simply a wrapper for the JSON-RPC API so this command is definitely available for RPC as well. If you look at the line output by multichain-cli when you issue the command, you can see the exact JSON-RPC request that is being sent.

answered Oct 17, 2018 by MultiChain
...