Function sp_io::crypto::sr25519_generate [−][src]
pub fn sr25519_generate(id: KeyTypeId, seed: Option<Vec<u8>>) -> Public
Generate an sr22519
key for the given key type using an optional seed and
store it in the keystore.
The seed
needs to be a valid utf8.
Returns the public key.