summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 8707228b..be471446 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -755,7 +755,7 @@ a payto URI). They don't involve a merchant.
interface CreateDepositGroupRequest {
depositPaytoUri: string;
- amount: AmountString;
+ amount: Amount;
}
:Response:
.. ts:def:: CreateDepositGroupResponse
@@ -920,8 +920,8 @@ Preparing a tip
// Has the tip already been accepted?
accepted: boolean;
- tipAmountRaw: AmountString;
- tipAmountEffective: AmountString;
+ tipAmountRaw: Amount;
+ tipAmountEffective: Amount;
exchangeBaseUrl: string;
expirationTimestamp: Timestamp;
}