commit 1e1824fbfc820ba5b232d1cd3c3fe1175d2076cd parent 75c5d7e9fa43319ca8636aa03cacd88b01ed837b Author: Florian Dold <florian.dold@gmail.com> Date: Sat, 8 Aug 2020 17:37:38 +0530 reserve pub Diffstat:
| M | taler-wallet.rst | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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