Wallet class

Constructors

Wallet(ECPair _keyPair, P2PKH _p2pkh, NetworkType? network)
Wallet.fromWIF(String wif, [NetworkType? network])
factory
Wallet.random([NetworkType? network])
factory

Properties

address → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
network ↔ NetworkType?
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