diff options
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; |