aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-16 22:29:53 +0100
committerFlorian Dold <florian@dold.me>2023-02-16 22:29:53 +0100
commit99f27aaecd78f3f513f1cc203c37ccab4f2db89a (patch)
tree8594058e845229a0e32df15f7ce470d338455d86 /packages/taler-util
parent88e5634c974edc68d0870b1da65e8b0fca7a9de2 (diff)
downloadwallet-core-99f27aaecd78f3f513f1cc203c37ccab4f2db89a.tar.xz
-comments
Diffstat (limited to 'packages/taler-util')
-rw-r--r--packages/taler-util/src/wallet-types.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts
index 96251540e..06d76a6d4 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -2031,7 +2031,16 @@ export interface PayCoinSelection {
}
export interface PreparePeerPushPaymentRequest {
+ /**
+ * Preferred exchange to use for the p2p payment.
+ */
exchangeBaseUrl?: string;
+
+ /**
+ * Instructed amount.
+ *
+ * FIXME: Allow specifying the instructed amount type.
+ */
amount: AmountString;
}