HDWallet class

Inheritance

Constructors

HDWallet({required dynamic bip32, required dynamic p2pkh, required dynamic network, Uint8List? seed})
HDWallet.fromBase58(String xpub, {NetworkType network = mainnet})
factory
HDWallet.fromSeed(Uint8List seed, {NetworkType network = mainnet})
factory

Properties

address String?
no setterinherited
base58 String?
no setter
base58Priv String?
no setter
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
seed Uint8List?
getter/setter pair
seedHex String?
no setter
wif String?
no setteroverride

Methods

derive(int index) HDWallet
derivePath(String path) HDWallet
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