From 09b5bfe0db8271c0c7531e22e3123d7e29e2bb1e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Sep 2020 17:29:09 +0530 Subject: towards auto-refresh --- packages/taler-wallet-core/src/operations/refresh.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/refresh.ts') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index 770c67da6..6c1e643a6 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -634,3 +634,8 @@ export async function createRefreshGroup( refreshGroupId, }; } + +export async function autoRefresh( + ws: InternalWalletState, + exchangeBaseUrl: string, +): Promise {} -- cgit v1.2.3