HdWallet class

Constructors

HdWallet.fromMnemonic(String mnemonic, {String passphrase = "", String key = bitcoinKey})
factory
HdWallet.fromWIF()
factory

Properties

depth int
no setter
fingerPrint Uint8List
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
no setter
isMaster bool
final
private Uint8List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chainToHex() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packUint32BE(int value) Uint8List
toString() String
A string representation of this object.
inherited
toWif() String

Operators

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

Static Methods

driveEdPath(HdWallet base, String path) HdWallet
drivePath(HdWallet base, String path) HdWallet
isValidPath(String path) bool

Constants

bitcoinKey → const String
ed25519Key → const String