From cd9c3a143bc1ad88ce77d53c212a90f60660069a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Sep 2023 18:35:43 +0200 Subject: remove deprecated auditor trust management --- packages/taler-util/src/wallet-types.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 0070b18e4..353fb900d 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1464,22 +1464,11 @@ export interface ExchangeWithdrawalDetails { */ selectedDenoms: DenomSelectionState; - /** - * Does the wallet know about an auditor for - * the exchange that the reserve. - */ - isAudited: boolean; - /** * Did the user already accept the current terms of service for the exchange? */ termsOfServiceAccepted: boolean; - /** - * The exchange is trusted directly. - */ - isTrusted: boolean; - /** * The earliest deposit expiration of the selected coins. */ -- cgit v1.2.3