Module common

Source
Expand description

Modules common to all Grin server types

Modulesยง

adapters
Adapters connecting new block, new transaction, and accepted transaction events to consumers of those events.
hooks
This module allows to register callbacks on certain events. To add a custom callback simply implement the coresponding trait and add it to the init function
stats
Server stat collection types, to be used by tests, logging or GUI/TUI to collect information about server status
types
Server types