HdWalletLegacy constructor

HdWalletLegacy(
  1. Uint8List seed
)

Implementation

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