Module phron_finality::network::session
source · Expand description
Managing the validator connections in sessions using the gossip network.
Re-exports§
pub use compatibility::DiscoveryMessage;
pub use compatibility::VersionedAuthentication;
pub use discovery::Discovery;
pub use handler::Handler as SessionHandler;
pub use handler::HandlerError as SessionHandlerError;
pub use service::Config as ConnectionManagerConfig;
pub use service::Service as ConnectionManager;
pub use service::ManagerError;
Modules§
Structs§
- Data validators use to authenticate themselves for a single session and disseminate their addresses.
- A full authentication, consisting of a signed AuthData.
- Sends data within a single session.
Traits§
- An interface for managing session networks for validators and nonvalidators.
Type Aliases§
- Network 🔒Sends and receives data within a single session.