ExtendedPrivKey
new_master
/// Construct a new master key from a seed value
derive_priv
/// Attempts to derive an extended private key from a path.
ckd_priv
/// Private->Private child key derivation
identifier
/// Returns the HASH160 of the chaincode
fingerprint
/// Returns the first four bytes of the identifier
ExtendedPubKey
from_private
/// Derives a public key from a private key
derive_pub
/// Attempts to derive an extended public key from a path.
ckd_pub_tweak
/// Compute the scalar tweak added to this key to get a child key
ckd_pub
/// Public->Public child key derivation
identifier
/// Returns the HASH160 of the chaincode
fingerprint
/// Returns the first four bytes of the identifier