From 60cfb0e78f3afed92f315c1394da717329db9564 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 19 Nov 2021 14:46:32 -0300 Subject: add reservePub to the withdrawal transaction info --- packages/taler-util/src/transactionsTypes.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/transactionsTypes.ts b/packages/taler-util/src/transactionsTypes.ts index 2ee34022f..e780ca411 100644 --- a/packages/taler-util/src/transactionsTypes.ts +++ b/packages/taler-util/src/transactionsTypes.ts @@ -130,6 +130,9 @@ interface WithdrawalDetailsForManualTransfer { * Already contains the amount and message. */ exchangePaytoUris: string[]; + + // Public key of the reserve + reservePub: string; } interface WithdrawalDetailsForTalerBankIntegrationApi { @@ -147,6 +150,9 @@ interface WithdrawalDetailsForTalerBankIntegrationApi { * initiated confirmation. */ bankConfirmationUrl?: string; + + // Public key of the reserve + reservePub: string; } // This should only be used for actual withdrawals -- cgit v1.2.3