From 99f27aaecd78f3f513f1cc203c37ccab4f2db89a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Feb 2023 22:29:53 +0100 Subject: -comments --- packages/taler-util/src/wallet-types.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/taler-util/src') 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; } -- cgit v1.2.3