pub fn derive_extended_key(
master: &ExtendedKey,
path: &str,
) -> Result<ExtendedKey>
Expand description
Derives a key using the BIP-32 and BIP-44 shortened key notation
pub fn derive_extended_key(
master: &ExtendedKey,
path: &str,
) -> Result<ExtendedKey>
Derives a key using the BIP-32 and BIP-44 shortened key notation