Wallet class abstract

Implementers

Constructors

Wallet()

Properties

adapter ↔ CoinAdapter
latefinal
adapterMap Map<String, BtcAdapter>
getter/setter pair
address String
latefinal
chainCode String
latefinal
hashCode int
The hash code for this object.
no setterinherited
index int
latefinal
path String
latefinal
privateKey String
latefinal
publicKey String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

left256Bits(Uint8List hmacSha512Bits) List<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAdapter(String type) → CoinAdapter
right256Bits(Uint8List hmacSha512Bits) List<int>
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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