MoneroSeedGenerator class
A class responsible for generating a seed from Monero mnemonic entropy.
This class takes a Monero mnemonic, decodes it to obtain the associated entropy bytes, and allows you to generate a seed from that entropy. The generated seed can be used as a cryptographic seed in Monero-related operations.
Constructors
- MoneroSeedGenerator(Mnemonic mnemonic, [MoneroLanguages? language])
- Constructs a MoneroSeedGenerator with a Monero mnemonic and an optional language.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
) → List< int> - Generates a seed from the decoded entropy bytes.
-
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