Phrase class

Constructors

Phrase(String mnemonic)
Phrase.fromString(String phrase)
factory
Phrase.generate({int length = 24})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
list List<String>
no setter
mnemonic String
final
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
toHdKey({String passphrase = '', int index = 0, int coinType = CoinType.icp}) Future<Uint8List>
toSeed({String passphrase = ''}) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited