sc-network-statement 0.1.0-dev.5

Substrate statement protocol
Documentation

Statement handling to plug on top of the network service.

Usage:

  • Use [StatementHandlerPrototype::new] to create a prototype.
  • Pass the return value of [StatementHandlerPrototype::set_config] to the network configuration as an extra peers set.
  • Use [StatementHandlerPrototype::build] then [StatementHandler::run] to obtain a Future that processes statements.