gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add confirmation flag to wallet API


From: gnunet
Subject: [taler-docs] branch master updated: add confirmation flag to wallet API withdrawal transaction
Date: Tue, 28 Apr 2020 15:00:50 +0200

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

torsten-grote pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c811b1a  add confirmation flag to wallet API withdrawal transaction
c811b1a is described below

commit c811b1a396f2edf1239e2bbc6364d5ea1f2f3556
Author: Torsten Grote <address@hidden>
AuthorDate: Tue Apr 28 10:00:31 2020 -0300

    add confirmation flag to wallet API withdrawal transaction
---
 taler-wallet.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 6223512..8c2d7eb 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -142,8 +142,13 @@ Transactions are all operations or events that are 
affecting the balance.
       // Exchange that was withdrawn from.
       exchangeBaseUrl: string;
 
-      // If the withdrawal is pending, this can include a Url for extra user 
confirmation.
-      bankWithdrawConfirmUrl?: string;
+      // true if the bank has confirmed the withdrawal, false if not.
+      // An unconfirmed withdrawal usually requires user-input and should be 
highlighted in the UI.
+      // See also bankConfirmationUrl below.
+      confirmed: boolean;
+
+      // If the withdrawal is unconfirmed, this can include a URL for user 
initiated confirmation.
+      bankConfirmationUrl?: string;
 
       // Amount that has been subtracted from the reserve's balance for this 
withdrawal.
       amountRaw: Amount;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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