PaperWallet class

Inheritance

Constructors

PaperWallet.fromSeed(Seed seed)

Properties

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

Methods

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

Operators

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