You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice for users to be able to match on the ScriptPubKey field of a transaction input's prevout field. This will allow them to create predicates that notify when a certain address sends a transaction.
Some context:
We already download the full transaction input data from the bitcoin RPC, so we just need to augment our types here and here, create a new input predicate, and match with the predicate with a patter similar to this
The text was updated successfully, but these errors were encountered:
I'm not too familiar with rust, but I'll definitely give it a try and let you know of the progress.
I'll have some questions if you can help along the way. 🙏🙏
It would be nice for users to be able to match on the
ScriptPubKey
field of a transaction input'sprevout
field. This will allow them to create predicates that notify when a certain address sends a transaction.Some context:
We already download the full transaction input data from the bitcoin RPC, so we just need to augment our types here and here, create a new input predicate, and match with the predicate with a patter similar to this
The text was updated successfully, but these errors were encountered: