Future<String> call({required String hashString}) async => await transactionRepository.sendTransaction(hashString: hashString);