summaryrefslogtreecommitdiff
path: root/src/types/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/walletTypes.ts')
-rw-r--r--src/types/walletTypes.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts
index a9bf2061f..903852b1b 100644
--- a/src/types/walletTypes.ts
+++ b/src/types/walletTypes.ts
@@ -25,20 +25,16 @@
/**
* Imports.
*/
+import { AmountJson } from "../util/amounts";
import { Checkable } from "../util/checkable";
import * as LibtoolVersion from "../util/libtoolVersion";
-
-import { AmountJson } from "../util/amounts";
-
import {
CoinRecord,
DenominationRecord,
ExchangeRecord,
ExchangeWireInfo,
- WithdrawalSource,
- RetryInfo,
} from "./dbTypes";
-import { CoinPaySig, ContractTerms, PayReq } from "./talerTypes";
+import { CoinPaySig, ContractTerms } from "./talerTypes";
/**
* Response for the create reserve request to the wallet.