buildHdWalletFromMnemonic method

  1. @override
Future<HdWallet> buildHdWalletFromMnemonic(
  1. List<String> mnemonic,
  2. int accountIndex
)
override

Implementation

@override
Future<HdWallet> buildHdWalletFromMnemonic(
  List<String> mnemonic,
  int accountIndex,
) => execute((w) => w.buildHdWalletFromMnemonic(mnemonic, accountIndex));