pub async fn init<N: Node>(
config: NetworkConfig,
keys: Keypair,
network_id: u64,
node_builder: N::Builder,
) -> Result<(N::Builder, NetworkEventReceiver), Error>Expand description
Initializes the network.
pub async fn init<N: Node>(
config: NetworkConfig,
keys: Keypair,
network_id: u64,
node_builder: N::Builder,
) -> Result<(N::Builder, NetworkEventReceiver), Error>Initializes the network.