WalletBase class abstract

Implementers

Constructors

WalletBase(P2PKH p2pkh, NetworkType network)

Properties

address String?
no setter
hashCode int
The hash code for this object.
no setterinherited
network NetworkType
getter/setter pair
p2pkh P2PKH
getter/setter pair
privKey String?
no setter
pubKey String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wif String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(String message) Uint8List
toString() String
A string representation of this object.
inherited
verify({required String message, required Uint8List signature}) bool

Operators

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