parse_private_key

Function parse_private_key 

Source
pub fn parse_private_key(hex_str: &str) -> Result<PrivateKey, String>
Expand description

Parse a private key from hex string (using seed derivation).