summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 0b44b61d..ebcf4c27 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -289,6 +289,10 @@ Transactions are all operations or events that are affecting the balance.
// Payto URIs that the exchange supports.
// Already contains the amount and message.
exchangePaytoUris: string[];
+
+ // Public key of the newly created reserve.
+ // Not useful for the UI, but required for integration testing.
+ reservePub: string;
}
.. ts:def:: WithdrawalDetailsForTalerBankIntegrationApi