buildHdWalletFromSeed method
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 {}
}