summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/transactions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-19 19:45:26 +0100
committerFlorian Dold <florian@dold.me>2024-02-19 20:07:45 +0100
commite1a7bf4825162b4b95669ae6b4552589f4a64217 (patch)
treec8bdfe19ed9ed120e44d7c4be04a10bcfd1e67ff /packages/taler-wallet-core/src/transactions.ts
parent0b044475a96ae140754ce478af41fc24424d7cc3 (diff)
downloadwallet-core-e1a7bf4825162b4b95669ae6b4552589f4a64217.tar.gz
wallet-core-e1a7bf4825162b4b95669ae6b4552589f4a64217.tar.bz2
wallet-core-e1a7bf4825162b4b95669ae6b4552589f4a64217.zip
wallet-core: better import hygiene, cleanup withdrawals
Diffstat (limited to 'packages/taler-wallet-core/src/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/transactions.ts14
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/taler-wallet-core/src/transactions.ts b/packages/taler-wallet-core/src/transactions.ts
index 8c6c3f5aa..2050abac2 100644
--- a/packages/taler-wallet-core/src/transactions.ts
+++ b/packages/taler-wallet-core/src/transactions.ts
@@ -58,12 +58,15 @@ import {
import {
DepositElementStatus,
DepositGroupRecord,
+ OPERATION_STATUS_ACTIVE_FIRST,
+ OPERATION_STATUS_ACTIVE_LAST,
OperationRetryRecord,
PeerPullCreditRecord,
PeerPullDebitRecordStatus,
PeerPullPaymentIncomingRecord,
PeerPushCreditStatus,
PeerPushDebitRecord,
+ PeerPushDebitStatus,
PeerPushPaymentIncomingRecord,
PurchaseRecord,
PurchaseStatus,
@@ -71,6 +74,9 @@ import {
RefreshOperationStatus,
RefundGroupRecord,
RewardRecord,
+ timestampPreciseFromDb,
+ timestampProtocolFromDb,
+ WalletDbReadOnlyTransaction,
WithdrawalGroupRecord,
WithdrawalGroupStatus,
WithdrawalRecordType,
@@ -84,14 +90,6 @@ import {
ExchangeWireDetails,
getExchangeWireDetailsInTx,
} from "./exchanges.js";
-import {
- OPERATION_STATUS_ACTIVE_FIRST,
- OPERATION_STATUS_ACTIVE_LAST,
- PeerPushDebitStatus,
- timestampPreciseFromDb,
- timestampProtocolFromDb,
- WalletDbReadOnlyTransaction,
-} from "./index.js";
import { InternalWalletState } from "./internal-wallet-state.js";
import {
computePayMerchantTransactionActions,