HDWallet class

Represents a hierarchical deterministic wallet.

Properties

depth int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMasterPrivateKey() String
get master private WIF format
getPrivateKey(dynamic applyTweak, dynamic isXOnly, {Uint8List? merkleRoot, Uint8List? aggregatedPublicKey}) Uint8List
getPublicKey(dynamic applyTweak, dynamic isXOnly, {Uint8List? merkleRoot, Uint8List? aggregatedPublicKey}) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signEcdsa(Uint8List message) Uint8List
signSchnorr(Uint8List message, bool applyTweak, {Uint8List? auxRand}) Uint8List
signSchnorrForMuSig2(Uint8List secretNonce, MuSig2SessionContext sessionContext) Uint8List
toString() String
A string representation of this object.
inherited
verifyEcdsa(Uint8List message, Uint8List signature) → dynamic
verifySchnorr(Uint8List message, Uint8List signature, bool applyTweak, {Uint8List? merkleRoot}) → dynamic

Operators

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