Phrase class
Constructors
- Phrase(String mnemonic)
- Phrase.fromString(String phrase)
-
factory
- Phrase.generate({int length = 24})
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSeed(
{String passphrase = ''}) → Future< Uint8List> -
toString(
) → String -
A string representation of this object.
inherited
-
toWIFByCoin(
{String passphrase = '', int index = 0, int coinType = CoinType.icp}) → Future< Uint8List> -
toWIFByPath(
{String passphrase = '', int index = 0, required String basePath}) → Future< Uint8List>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited