From e671880b9e11b020c3fc797fb45e6e4b8ee3ee62 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 5 Jun 2023 13:33:14 +0200 Subject: wallet-core: use long-polling for P2P kyc --- packages/taler-util/src/transactions-types.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/taler-util/src/transactions-types.ts') diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 5f5b9d112..82d847e80 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -345,6 +345,8 @@ export interface TransactionPeerPullCredit extends TransactionCommon { * URI to send to the other party. */ talerUri: string; + + kycUrl: string | undefined; } /** @@ -413,6 +415,8 @@ export interface TransactionPeerPushCredit extends TransactionCommon { * Amount that actually was (or will be) added to the wallet's balance. */ amountEffective: AmountString; + + kycUrl: string | undefined; } export enum PaymentStatus { -- cgit v1.2.3