gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -deprecate field


From: gnunet
Subject: [taler-wallet-core] branch master updated: -deprecate field
Date: Thu, 23 Nov 2023 14:15:25 +0100

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

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 074d5986c -deprecate field
074d5986c is described below

commit 074d5986c5ba2d0fd181046f27ba0f2ffce5840f
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Nov 23 14:15:24 2023 +0100

    -deprecate field
---
 packages/taler-util/src/wallet-types.ts | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index ba6f53cca..8d44fd1c5 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -380,6 +380,7 @@ export enum BalanceFlag {
   IncomingConfirmation = "incoming-confirmation",
   OutgoingKyc = "outgoing-kyc",
 }
+
 export interface WalletBalance {
   scopeInfo: ScopeInfo;
   available: AmountString;
@@ -390,12 +391,15 @@ export interface WalletBalance {
    * Does the balance for this currency have a pending
    * transaction?
    *
-   * FIXME: Represent as a flag!
+   * @deprecated use flags and pendingIncoming/pendingOutgoing instead
    */
   hasPendingTransactions: boolean;
 
-  // Is there a pending transaction that would affect the balance
-  // and requires user input?
+  /**
+   * Is there a transaction that requires user input?
+   *
+   * @deprecated use flags instead
+   */
   requiresUserInput: boolean;
 
   flags: BalanceFlag[];

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