gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document wallet transaction deletion


From: gnunet
Subject: [taler-docs] branch master updated: document wallet transaction deletion
Date: Tue, 25 May 2021 13:47:56 +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 90db63c  document wallet transaction deletion
90db63c is described below

commit 90db63cec04f71a69528fe02bd45cb9b3e5db624
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu May 20 18:31:56 2021 +0200

    document wallet transaction deletion
---
 taler-wallet.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index be47144..4de6952 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -486,6 +486,19 @@ Transactions are all operations or events that affect the 
balance.
       amountEffective: Amount;
     }
 
+
+:Name: ``"deleteTransaction"``
+:Description: Delete a transaction by ID.
+:Request:
+  .. ts:def:: DeleteTransactionRequest
+
+    interface DeleteTransactionRequest {
+      // Transaction ID (opaque!) as returned in
+      // the transaction list response.
+      transactionId: string;
+    }
+:Response: Returns an empty object
+
 Refunds
 -------
 

-- 
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]