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