HdWalletLegacy constructor
HdWalletLegacy(
- Uint8List seed
Implementation
HdWalletLegacy(Uint8List seed) : super._() {
_bip32 = BIP32Kdx.fromSeed(seed);
}
HdWalletLegacy(Uint8List seed) : super._() {
_bip32 = BIP32Kdx.fromSeed(seed);
}