pub fn get_public_from_string_or_panic<TPublic: Public>(
s: &str,
) -> <TPublic::Pair as Pair>::PublicExpand description
Interprets the string s in order to generate a public key without password.
Function will panic when invalid string is provided.