From 30dea85f1e2410f974f8c16e4e53d4ba1290442d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Apr 2024 21:27:33 +0200 Subject: wallet-core: perf, caching --- packages/taler-util/src/wallet-types.ts | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'packages/taler-util/src/wallet-types.ts') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 693aa704a..34d91d3d6 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1588,6 +1588,8 @@ export interface DenomSelectionState { totalCoinValue: AmountString; totalWithdrawCost: AmountString; selectedDenoms: DenomSelItem[]; + earliestDepositExpiration: TalerProtocolTimestamp; + hasDenomWithAgeRestriction: boolean; } /** @@ -1620,16 +1622,6 @@ export interface ExchangeWithdrawalDetails { */ earliestDepositExpiration: TalerProtocolTimestamp; - /** - * Number of currently offered denominations. - */ - numOfferedDenoms: number; - - /** - * Public keys of trusted auditors for the currency we're withdrawing. - */ - trustedAuditorPubs: string[]; - /** * Result of checking the wallet's version * against the exchange's version. -- cgit v1.2.3