@override Future<HdWallet> buildHdWalletFromSeed(Uint8List seed, int accountIndex) => execute((w) => w.buildHdWalletFromSeed(seed, accountIndex));