logo
pub async fn store_new_reward_keypair(
    root_dir: &Path,
    keypair: &Keypair
) -> Result<()>
Expand description

Writes the public and secret key (hex-encoded) to different locations at disk.