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