BIP39 class

Constructors

BIP39({dynamic language = Language.english, dynamic entropy, dynamic passphrase = "", dynamic count = 12})
BIP39.fromEntropy(String entropy, {Language language = Language.english, String passphrase = ""})
factory
BIP39.fromMnemonic(String mnemonic, {String passphrase = ""})
factory

Properties

entropy String
no setter
hashCode int
The hash code for this object.
no setterinherited
language String
no setter
mnemonic List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed String
no setter
sentence String
no setter

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