[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount
From: |
gnunet |
Subject: |
[taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount |
Date: |
Thu, 05 Dec 2024 23:49:43 +0100 |
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 626e8f9a3ed1d77269f042883ba70f6d9bcd7c2a
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Sep 13 09:26:49 2024 +0200
GetMaxPeerPushDebitAmount
---
TalerWallet1/Model/Model+P2P.swift | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Model/Model+P2P.swift
b/TalerWallet1/Model/Model+P2P.swift
index c5953e9..4d4981e 100644
--- a/TalerWallet1/Model/Model+P2P.swift
+++ b/TalerWallet1/Model/Model+P2P.swift
@@ -17,7 +17,7 @@ struct PeerContractTerms: Codable {
let summary: String
let purse_expiration: Timestamp
}
-// MARK: - PeerPushDebit
+// MARK: - max PeerPushDebit amount
/// Check if initiating a peer push payment is possible, check fees
fileprivate struct AmountResponse: Codable {
let effectiveAmount: Amount?
@@ -44,7 +44,7 @@ extension WalletModel {
return response.rawAmount
}
} // getMaxPeerPushAmountM
-// - - - - - -
+// MARK: - check PeerPushDebit
struct CheckPeerPushDebitResponse: Codable {
let exchangeBaseUrl: String? // API "2:0:1"
let amountRaw: Amount
@@ -73,7 +73,7 @@ extension WalletModel {
return response
}
} // checkPeerPushDebitM
-// - - - - - -
+// MARK: - Initiate PeerPushDebit
/// Initiate an outgoing peer push payment, send coins
struct InitiatePeerPushDebitResponse: Codable {
let contractPriv: String
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 07/204: amountAvailable @Binding, (continued)
- [taler-taler-ios] 07/204: amountAvailable @Binding, gnunet, 2024/12/05
- [taler-taler-ios] 09/204: nonZeroBalances, gnunet, 2024/12/05
- [taler-taler-ios] 11/204: debug, gnunet, 2024/12/05
- [taler-taler-ios] 10/204: SendAmount with Picker, gnunet, 2024/12/05
- [taler-taler-ios] 16/204: GetMaxDepositAmount, gnunet, 2024/12/05
- [taler-taler-ios] 12/204: cleanup project, gnunet, 2024/12/05
- [taler-taler-ios] 14/204: PaymentInsufficientBalanceDetails, gnunet, 2024/12/05
- [taler-taler-ios] 22/204: Sheet drop bar, gnunet, 2024/12/05
- [taler-taler-ios] 13/204: balances & selectedBalance, move action navigation to MainView, gnunet, 2024/12/05
- [taler-taler-ios] 24/204: @State ScopeInfo.zero, gnunet, 2024/12/05
- [taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount,
gnunet <=
- [taler-taler-ios] 17/204: "Transactions" -> currency, gnunet, 2024/12/05
- [taler-taler-ios] 23/204: KeyboardShowingEnvironment, gnunet, 2024/12/05
- [taler-taler-ios] 20/204: Balances uses ScopePicker, Transactions uses static text, gnunet, 2024/12/05
- [taler-taler-ios] 19/204: cleanup, debug, gnunet, 2024/12/05
- [taler-taler-ios] 21/204: SendAmountV, gnunet, 2024/12/05
- [taler-taler-ios] 31/204: a11y, gnunet, 2024/12/05
- [taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2, gnunet, 2024/12/05
- [taler-taler-ios] 32/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 37/204: debugging, gnunet, 2024/12/05
- [taler-taler-ios] 44/204: cleanup, gnunet, 2024/12/05