Multichain runtime parameters: walletnotify

+1 vote

Hi Multichain folks,

Do you have a few examples of the output of %j for walletnotify when an asset is sent vs. a stream item is published?

In my distributed app, I want communication between nodes to take place on the blockchain, and I'm hoping to use walletnotify to update certain data kept outside the blockchain without having to continously ping the stream etc.

Is this possible?

asked Sep 13, 2017 by StevenChan

1 Answer

0 votes

To see what would be passed for the %j parameter to the walletnotify script, just use getrawtransaction with the txid of any transaction in the blockchain, and set verbose=1.

answered Sep 13, 2017 by MultiChain
...