buildHdWalletFromSeed method
Implementation
@SquadronMethod()
@hdWalletMarshaler
Future<HdWallet> buildHdWalletFromSeed(Uint8List seed, int accountIndex) async =>
HdWallet.fromSeed(seed, accountIndex: accountIndex);
@SquadronMethod()
@hdWalletMarshaler
Future<HdWallet> buildHdWalletFromSeed(Uint8List seed, int accountIndex) async =>
HdWallet.fromSeed(seed, accountIndex: accountIndex);