Module phron_finality::network 
source · Re-exports§
- pub use gossip::Network as GossipNetwork;
- pub use gossip::Protocol;
- pub use gossip::Service as GossipService;
- pub use substrate::ProtocolNaming;
- pub use substrate::SubstrateNetwork;
- pub use gossip::Error as GossipError;
Modules§
- Abstraction over an abstract network sending data to a set of nodes.
- gossip 🔒A P2P-based gossip network, for now only for sending broadcasts.
- Managing the validator connections in sessions using the gossip network.
Traits§
- A basic alias for properties we expect basic data to satisfy.