Crate eryon_net

Source
Expand description

This crate implements the dynamic networking protocols for the substrate allowing users to create and manage their own networks, or clusters, while providing the basis for the global network.

Re-exports§

pub use super::node_id::*;
pub use super::pattern::*;
pub use super::work::*;

Modules§

error
mainnet
prelude
subnet
traits
types
utils

Structs§

Cluster
A cluster represents a local subnet of connected runtimes
ClusterClient
Client for interacting with a cluster

Enums§

NetworkError