Slip39 class

Constructors

Slip39.from(dynamic data, {required Uint8List masterSecret, String passphrase = '', int threshold = 0, int iterationExponent = 0})
factory

Properties

groupCount int
final
groupThreshold int
final
hashCode int
The hash code for this object.
no setterinherited
identifier Uint8List
final
iterationExponent int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({required Slip39Node root}) Slip39
Methods
fromPath(String path) Slip39Node
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

recoverSecret(List<String> mnemonics, {String passphrase = ''}) List<int>
validateMnemonic(dynamic mnemonic) bool