From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- src/wallet.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wallet.ts') diff --git a/src/wallet.ts b/src/wallet.ts index 8655c59ca..434eb8b8c 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -91,6 +91,7 @@ import { } from "./talerTypes"; import { Badge, + BenchmarkResult, CheckPayResult, CoinSelectionResult, CoinWithDenom, @@ -3034,4 +3035,8 @@ export class Wallet { clearNotification(): void { this.badge.clearNotification(); } + + benchmarkCrypto(repetitions: number): Promise { + return this.cryptoApi.benchmark(repetitions); + } } -- cgit v1.2.3