HDWallet class

Inheritance

Constructors

HDWallet.fromSeed(Seed seed)

Properties

adapter ↔ CoinAdapter
latefinalinherited
adapterMap Map<String, BtcAdapter>
getter/setter pairinherited
address String
latefinalinherited
chainCode String
latefinalinherited
ckdChilds Map<String, HdCkdItem>
getter/setter pair
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

createCkdChild(String currentIndex, String currentPath, String parentPath, String pathFragment) → HdCkdItem
generate(String path) → void
getAdapter(String currentIndex, String parentPath, HdCkdItem parentCkd) → CoinAdapter
isHardenedChild(String path) bool
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
updateCurrentPath(String currentPath, String pathFragment) String

Operators

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