logo
pub async fn store_network_keypair(
    root_dir: &Path,
    keypair_as_bytes: [u8; 64]
) -> Result<()>
Expand description

Writes the network keypair to disk.