Mnemonic class

Constructors

Mnemonic.new()

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

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 Properties

L List<int>
final

Static Methods

derivePrivateKey(List<String> words) Uint8List
derive private key at index 0 from mnemonic words according to BIP32.
deriveSeed(List<String> words) Uint8List
Derive a seed from words. Normally you won't use this function alone.
generate({int entropyLength = 128}) List<String>
Generate mnemonic words accroding to a given entropy length.
validate(List<String> words) bool
Validate mnemonic words.