KPWallet class

Inheritance

Constructors

KPWallet(ECPair _keyPair, dynamic p2pkh, dynamic network)
KPWallet.fromWIF(String wif, {Map<int, NetworkType> networks = networks})
factory
KPWallet.random([NetworkType network = mainnet])
factory

Properties

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

Methods

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

Operators

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