summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.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-wallet-core/src/db.ts
parentfda5a0ed87a6473a6b34bd1ac07d5f1d45dfbc19 (diff)
downloadwallet-core-e671880b9e11b020c3fc797fb45e6e4b8ee3ee62.tar.gz
wallet-core-e671880b9e11b020c3fc797fb45e6e4b8ee3ee62.tar.bz2
wallet-core-e671880b9e11b020c3fc797fb45e6e4b8ee3ee62.zip
wallet-core: use long-polling for P2P kyc
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 0e5d1c100..3f19822c8 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1921,6 +1921,8 @@ export interface PeerPullPaymentInitiationRecord {
kycInfo?: KycPendingInfo;
+ kycUrl?: string;
+
withdrawalGroupId: string | undefined;
}
@@ -1989,6 +1991,8 @@ export interface PeerPushPaymentIncomingRecord {
currency: string | undefined;
kycInfo?: KycPendingInfo;
+
+ kycUrl?: string;
}
export enum PeerPullDebitRecordStatus {