From 1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 8 Aug 2020 17:37:38 +0530 Subject: reserve pub --- taler-wallet.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3