Enum bdk::keys::bip39::WordCount

source ·
pub enum WordCount {
    Words12,
    Words15,
    Words18,
    Words21,
    Words24,
}
Available on crate feature keys-bip39 only.
Expand description

Type describing entropy length (aka word count) in the mnemonic

Variants

Words12

12 words mnemonic (128 bits entropy)

Words15

15 words mnemonic (160 bits entropy)

Words18

18 words mnemonic (192 bits entropy)

Words21

21 words mnemonic (224 bits entropy)

Words24

24 words mnemonic (256 bits entropy)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.