menu
hdwallet_lib package
documentation
bip32.dart
BIP32
BIP32 constructor
BIP32 constructor
dark_mode
light_mode
BIP32
constructor
BIP32
(
Uint8List
?
_d
,
Uint8List
?
_q
,
Uint8List
chainCode
,
NetworkType
network
,
)
Implementation
BIP32(this._d, this._q, this.chainCode, this.network);
hdwallet_lib package
documentation
bip32
BIP32
BIP32 constructor
BIP32 class