From 3cf2d4cba919203065f210f80f3f081948ad257a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 9 Feb 2023 22:44:36 +0100 Subject: wallet-core: expose withdrawal progress, towards huge withdrawal test --- packages/taler-util/src/notifications.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-util/src/notifications.ts') diff --git a/packages/taler-util/src/notifications.ts b/packages/taler-util/src/notifications.ts index c50cc72de..bc1c4b71f 100644 --- a/packages/taler-util/src/notifications.ts +++ b/packages/taler-util/src/notifications.ts @@ -83,6 +83,8 @@ export interface ReserveNotYetFoundNotification { export interface CoinWithdrawnNotification { type: NotificationType.CoinWithdrawn; + numWithdrawn: number; + numTotal: number; } export interface RefundStartedNotification { -- cgit v1.2.3