MoneroSeedGenerator class

A class responsible for generating a seed from Monero mnemonic entropy.

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