gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: wallet APIs for testing


From: gnunet
Subject: [taler-docs] branch master updated: wallet APIs for testing
Date: Thu, 03 Sep 2020 20:44:46 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d7c8e47  wallet APIs for testing
d7c8e47 is described below

commit d7c8e4721489de4a1822c1ddf42f64b02173f44c
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Sep 4 00:14:41 2020 +0530

    wallet APIs for testing
---
 taler-wallet.rst | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 7c77e6e..ff50b0f 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -545,6 +545,24 @@ Add Exchange
   On success, the response is an `ExchangeListItem`.
 
 
+Force Exchange Update
+~~~~~~~~~~~~~~~~~~~~~
+
+:Name: ``"forceExchangeUpdate"``
+:Description:
+  Force updating an exchange.
+  Re-queries current cryptographic key material, wire information
+  and terms of service from the exchange.
+:Request:
+  .. ts:def:: ExchangeForceUpdateRequest
+
+    interface ExchangeForceUpdateRequest {
+      exchangeBaseUrl: string;
+    }
+:Response:
+  On success, the response is an `ExchangeListItem`.
+
+
 Get Terms of Service
 ~~~~~~~~~~~~~~~~~~~~
 
@@ -952,6 +970,26 @@ Dump all coins to JSON
       }>;
     }
 
+
+Suspend/unsuspend a coin
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+A suspended coin will not be used by the wallet for payments.
+This functionality is only used for testing.
+
+:Name: ``"setCoinSuspended"``
+:Description:
+  Make a test payment with existing funds.
+:Request:
+  .. ts:def:: SetCoinSuspendedRequest
+
+    interface SetCoinSuspendedRequest {
+      coinPub: string;
+      suspended: boolean;
+    }
+:Request:
+  On success, the response is an empty object.
+
 Global Errors
 -------------
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]