WalletType class abstract

Implementers

Constructors

WalletType()

Properties

address → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
mnemonic ↔ String?
privateKey and publicKey key are always Uint8List; mnemonic and address are always String
latefinal
privateKey ↔ Uint8List
latefinal
publicKey → Uint8List
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

initFromMnemonic(String mnemonic) → Future<void>
initFromPrivateKey(Uint8List privateKey) → void
mnemonicToAddress(String mnemonic) → Future<String>
mnemonicToPrivateKey(String mnemonic) → Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
privateKeyToPublicKey(Uint8List privateKey) → Uint8List
publicKeyToAddress(Uint8List publicKey) → String
sign(String message) → String
toString() → String
A string representation of this object.
inherited
verify(String signature, String message) → bool

Operators

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