gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 27/36: document wallet transaction deletion


From: gnunet
Subject: [taler-docs] 27/36: document wallet transaction deletion
Date: Tue, 22 Jun 2021 19:35:23 +0200

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

grothoff pushed a commit to branch master
in repository docs.

commit 4aa313c843546f2ec7fabaddf2bc42ce5a2af795
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]