wallet-core/packages/taler-wallet-core/src/operations
2023-02-20 12:36:48 -03:00
..
backup make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
attention.ts fix 7465 2022-11-24 23:16:01 -03:00
balance.ts wallet-core: skeleton support for regional currency scopes 2023-02-12 21:13:30 +01:00
common.ts -deletion 2023-02-20 03:56:43 +01:00
deposits.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
exchanges.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts don't use outdated purchase info 2023-02-20 12:36:48 -03:00
pay-peer.ts wallet-core: correct raw/effective amounts for check-peer-pull-credit 2023-02-20 04:00:46 +01:00
pending.ts -fix pending operation 2023-02-20 04:23:53 +01:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
refresh.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
testing.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
tip.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
transactions.ts wallet-core: stubs for suspend/resume tx 2023-02-20 14:40:37 +01:00
withdraw.test.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
withdraw.ts wallet-core: pending operation for peer push credit, save withdrawalGroupId 2023-02-20 00:38:24 +01:00

Wallet Operations

This folder contains the implementations for all wallet operations that operate on the wallet state.

To avoid cyclic dependencies, these files must not reference each other. Instead, other operations should only be accessed via injected dependencies.

Avoiding cyclic dependencies is important for module bundlers.