summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-08 17:37:38 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-08 17:37:38 +0530
commit1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd (patch)
treedc54d99e6a84954a45340b1b91f791bc5e8635e1 /taler-wallet.rst
parent75c5d7e9fa43319ca8636aa03cacd88b01ed837b (diff)
downloaddocs-1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd.tar.gz
docs-1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd.tar.bz2
docs-1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd.zip
reserve pub
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