hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
147 stars 57 forks source link

Allow users to specify a custom predicate type #609

Open MicaiahReid opened 3 months ago

MicaiahReid commented 3 months ago

We should have a custom predicate type where SDK users can implement some ChainhookPredicate trait, and blocks can be evaluated by user-provided predicates.