docs.rs failed to build sc-network-statement-0.1.0-dev.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sc-network-statement-0.34.0
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 aFuture
that processes statements.