Expand description
Hooks for running during the main loop of consensus engine.
Structs§
- Engine context passed to the hook polling function.
- Collection of engine hooks.
- Manages pruning under the control of the engine.
- Manages producing static files under the control of the engine.
Enums§
- Level of database access the hook needs for execution.
- An error returned by hook.
- An event emitted when hook is polled.
Traits§
- Hook that will be run during the main loop of consensus engine.