referrerpolicy=no-referrer-when-downgrade

Function get_public_from_string_or_panic

Source
pub fn get_public_from_string_or_panic<TPublic: Public>(
    s: &str,
) -> <TPublic::Pair as Pair>::Public
Expand description

Interprets the string s in order to generate a public key without password.

Function will panic when invalid string is provided.