interestingTx

This is called by the wallet when it processes incoming transactions. It notifies this contract of a transaction that could be interesting to it. This may provide every transaction interesting to the wallet. Contracts should do further filtering. Note that this callback may modify the txh object or any child objects, and set txh.dirty to store information in the Wallet databases.

Return

true if the transaction is interesting, null if the contract does not care