Bip39WordsNum class
Enumeration representing the number of words in a BIP-39 mnemonic phrase.
BIP-39 defines standard word lengths of 12, 15, 18, 21, and 24 words for mnemonic phrases used in mnemonic-based seed generation.
Constructors
- Bip39WordsNum(int value)
-
Create an instance of Bip39WordsNum with the specified numeric value.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → Bip39WordsNum? - Retrieve an instance of Bip39WordsNum based on the provided numeric value.
Constants
-
values
→ const List<
Bip39WordsNum> - wordsNum12 → const Bip39WordsNum
- wordsNum15 → const Bip39WordsNum
- wordsNum18 → const Bip39WordsNum
- wordsNum21 → const Bip39WordsNum
- wordsNum24 → const Bip39WordsNum