gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 19/20: WithdrawalDetails


From: gnunet
Subject: [taler-taler-ios] 19/20: WithdrawalDetails
Date: Fri, 02 Aug 2024 18:04:13 +0200

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

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 0eb8c1df58a8b008bf74a541ea1d11093571486e
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Aug 2 17:32:45 2024 +0200

    WithdrawalDetails
---
 TalerWallet1/Model/Transaction.swift | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Model/Transaction.swift 
b/TalerWallet1/Model/Transaction.swift
index 9adf513..259c468 100644
--- a/TalerWallet1/Model/Transaction.swift
+++ b/TalerWallet1/Model/Transaction.swift
@@ -343,9 +343,11 @@ struct WithdrawalDetails: Decodable {
     /// The public key of the reserve.
     var reservePub: String
     var reserveIsReady: Bool
+    var exchangeCreditAccountDetails: [WithdrawalExchangeAccountDetails]?
 
   /// Details for manual withdrawals:
-    var exchangeCreditAccountDetails: [WithdrawalExchangeAccountDetails]?
+    var reserveClosingDelay: RelativeTime?
+    var exchangePaytoUris: [String]?
 
   /// Details for bank-integrated withdrawals:
     /// Whether the bank has confirmed the withdrawal.

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