proto-kit / framework

Apache License 2.0
26 stars 8 forks source link

Add event support to the processor #161

Open maht0rz opened 2 months ago

maht0rz commented 2 months ago

Is your feature request related to a problem? Please describe. As of now the processor only supports processing of unproven blocks. It would be nice to introduce a events handler as well

Describe the solution you'd like Introduce an additional events handler for the processor - possibly with the ability to specify handlers per concrete event - cross type checked with the concrete AppChain runtime.

Describe alternatives you've considered N/A

Additional context N/A