buildHdWalletFromSeed method

  1. @override
Future<HdWallet> buildHdWalletFromSeed(
  1. Uint8List seed,
  2. int accountIndex
)
inherited

Implementation

@override
Future<HdWallet> buildHdWalletFromSeed(
    Uint8List seed, int accountIndex) async {
  final dynamic $res =
      await send(_$buildHdWalletFromSeedId, args: [seed, accountIndex]);
  try {
    final $dsr = _$Deser(contextAware: true);
    return $dsr.$3($res);
  } finally {}
}