aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/transactions-types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/transactions-types.ts')
-rw-r--r--packages/taler-util/src/transactions-types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts
index 3a7f4d541..f2bf49b00 100644
--- a/packages/taler-util/src/transactions-types.ts
+++ b/packages/taler-util/src/transactions-types.ts
@@ -51,6 +51,7 @@ import {
TalerErrorDetail,
TransactionIdStr,
TransactionStateFilter,
+ WithdrawalAccountInfo,
} from "./wallet-types.js";
export interface TransactionsRequest {
@@ -237,9 +238,13 @@ interface WithdrawalDetailsForManualTransfer {
* Payto URIs that the exchange supports.
*
* Already contains the amount and message.
+ *
+ * @deprecated in favor of exchangeCreditAccounts
*/
exchangePaytoUris: string[];
+ exchangeCreditAccounts?: WithdrawalAccountInfo[];
+
// Public key of the reserve
reservePub: string;