[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: -typing, one more hint
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: -typing, one more hint |
Date: |
Mon, 17 Feb 2025 22:09:19 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 25c38a849 -typing, one more hint
25c38a849 is described below
commit 25c38a8498917d52865e40145a8c11cbfa84c1b2
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 17 22:09:16 2025 +0100
-typing, one more hint
---
packages/taler-util/src/types-taler-wallet.ts | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/packages/taler-util/src/types-taler-wallet.ts
b/packages/taler-util/src/types-taler-wallet.ts
index 678604b1b..6ec3886d6 100644
--- a/packages/taler-util/src/types-taler-wallet.ts
+++ b/packages/taler-util/src/types-taler-wallet.ts
@@ -767,6 +767,13 @@ export enum InsufficientBalanceHint {
*/
MerchantAgeRestricted = "merchant-age-restricted",
+ /**
+ * While in principle the balance is sufficient,
+ * the age restriction on coins causes the spendable
+ * balance to be insufficient.
+ */
+ PeerAgeRestricted = "peer-age-restricted",
+
/**
* Wallet has enough available funds,
* but the material funds are insufficient. Usually because there is a
@@ -845,7 +852,7 @@ export interface PaymentInsufficientBalanceDetails {
* Hint that UIs should show to explain the insufficient
* balance.
*/
- causeHint?: string | undefined;
+ causeHint?: InsufficientBalanceHint | undefined;
};
};
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: -typing, one more hint,
Admin <=