summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-01 12:24:42 +0100
committerFlorian Dold <florian@dold.me>2021-03-01 12:24:42 +0100
commit1ede8a2be9dda22c9cd9d4086df2dc8481f70fab (patch)
treeacc32c6ef4cd77561dfe0cf70b05c041638612e0 /taler-wallet.rst
parent691baf2f742f27443bbfcca221715580f06d9ede (diff)
downloaddocs-1ede8a2be9dda22c9cd9d4086df2dc8481f70fab.tar.gz
docs-1ede8a2be9dda22c9cd9d4086df2dc8481f70fab.tar.bz2
docs-1ede8a2be9dda22c9cd9d4086df2dc8481f70fab.zip
fix misc warnings/errors
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;
}