Contract for a module that can be attached to a IPeerkitNode
The node calls init() when registering the module, then start() to begin activity. stop() terminates activity gracefully on shutdown.
Called by the node immediately after registration to wire up the module.
Optional
Contract for a module that can be attached to a IPeerkitNode
The node calls init() when registering the module, then start() to begin activity. stop() terminates activity gracefully on shutdown.