aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/wallet-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 18:35:43 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 18:35:43 +0200
commitcd9c3a143bc1ad88ce77d53c212a90f60660069a (patch)
treea38d78af1e5bf96d666de09691b6418f9c295762 /packages/taler-util/src/wallet-types.ts
parent6affe04fe6919767181274891fd948688dedd700 (diff)
downloadwallet-core-cd9c3a143bc1ad88ce77d53c212a90f60660069a.tar.xz
remove deprecated auditor trust management
Diffstat (limited to 'packages/taler-util/src/wallet-types.ts')
-rw-r--r--packages/taler-util/src/wallet-types.ts11
1 files changed, 0 insertions, 11 deletions
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
@@ -1465,22 +1465,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.
*/
earliestDepositExpiration: TalerProtocolTimestamp;