fn bip32_derived_keypair(
    seed: &[u8],
    derivation_path: DerivationPath
) -> Result<Keypair, Bip32Error>
Expand description

Generates a Keypair using Bip32 Hierarchical Derivation