pub fn generate_authority_keys_and_store(
    seeds: &[String],
    keystore_path: &Path
) -> Result<(), String>
Expand description

Generate the authority keys and store them in the given keystore_path.