aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/transactions-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-05 13:33:14 +0200
committerFlorian Dold <florian@dold.me>2023-06-05 13:33:14 +0200
commite671880b9e11b020c3fc797fb45e6e4b8ee3ee62 (patch)
tree454aff17188f80be64ea5825c41f7857ce785473 /packages/taler-util/src/transactions-types.ts
parentfda5a0ed87a6473a6b34bd1ac07d5f1d45dfbc19 (diff)
downloadwallet-core-e671880b9e11b020c3fc797fb45e6e4b8ee3ee62.tar.xz
wallet-core: use long-polling for P2P kyc
Diffstat (limited to 'packages/taler-util/src/transactions-types.ts')
-rw-r--r--packages/taler-util/src/transactions-types.ts4
1 files changed, 4 insertions, 0 deletions
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 {