aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index ac81660d2..3c83cea6e 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -24,7 +24,6 @@
*/
import {
AbsoluteTime,
- AcceptManualWithdrawalResult,
AmountJson,
Amounts,
BalancesResponse,
@@ -98,7 +97,6 @@ import {
CoinSourceType,
exportDb,
importDb,
- ReserveRecordStatus,
WalletStoresV1,
} from "./db.js";
import { getErrorDetailFromException, TalerError } from "./errors.js";
@@ -187,9 +185,8 @@ import {
acceptWithdrawalFromUri,
createManualWithdrawal,
getExchangeWithdrawalInfo,
- getFundingPaytoUrisTx,
getWithdrawalDetailsForUri,
- processWithdrawalGroup as processWithdrawalGroup,
+ processWithdrawalGroup,
} from "./operations/withdraw.js";
import {
PendingOperationsResponse,