Module grin_servers::common

source ·
Expand description

Modules common to all Grin server types

Modules§

  • Adapters connecting new block, new transaction, and accepted transaction events to consumers of those events.
  • 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
  • Server stat collection types, to be used by tests, logging or GUI/TUI to collect information about server status
  • Server types