pub fn parse_private_key(hex_str: &str) -> Result<PrivateKey, String>Expand description
Parse a private key from hex string (using seed derivation).
pub fn parse_private_key(hex_str: &str) -> Result<PrivateKey, String>Parse a private key from hex string (using seed derivation).