Parameters of getfilterstreamitem()

+1 vote
Hi,

Is it possible to know all the parameters return by getfilterstreamitem()?

Many thanks in advance ;)
asked Jan 16, 2019 by anonymous

1 Answer

0 votes

You should use the teststreamfilter API with some filter code on an example stream item to see the exact structure returned, in the callbacks field of the API response. This filter code is enough:

function filterstreamitem() { getfilterstreamitem(); }

answered Jan 17, 2019 by MultiChain
...