diff options
author | Florian Dold <florian@dold.me> | 2023-09-06 18:35:43 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-09-06 18:35:43 +0200 |
commit | cd9c3a143bc1ad88ce77d53c212a90f60660069a (patch) | |
tree | a38d78af1e5bf96d666de09691b6418f9c295762 /packages/taler-util/src | |
parent | 6affe04fe6919767181274891fd948688dedd700 (diff) |
remove deprecated auditor trust management
Diffstat (limited to 'packages/taler-util/src')
-rw-r--r-- | packages/taler-util/src/wallet-types.ts | 11 |
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; |