Type Definition bdk::keys::bip39::MnemonicWithPassphrase

source ·
pub type MnemonicWithPassphrase = (Mnemonic, Option<String>);
Available on crate feature keys-bip39 only.
Expand description

Type for a BIP39 mnemonic with an optional passphrase

Trait Implementations

Consume self and turn it into an ExtendedKey Read more
Consume self and turn it into a DescriptorKey by adding the extra metadata, such as key origin and derivation path Read more