wallet-core/packages/taler-wallet-core/src/operations
2023-05-30 15:58:28 +02:00
..
backup wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
attention.ts taler-util,wallet-core: make AbsoluteTime opaque 2023-05-26 13:52:00 +02:00
balance.ts wallet-core: skeleton support for regional currency scopes 2023-02-12 21:13:30 +01:00
common.ts wallet-core: fix issues with aborting deposits 2023-05-25 19:11:03 +02:00
deposits.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
exchanges.ts taler-util,wallet-core: implement TalerPreciseTimestamp 2023-05-26 12:19:32 +02:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
pay-peer.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
pending.ts wallet-core: missing suspended states 2023-05-30 09:33:38 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts taler-util,wallet-core: implement TalerPreciseTimestamp 2023-05-26 12:19:32 +02:00
refresh.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
testing.ts taler-util,wallet-core: implement TalerPreciseTimestamp 2023-05-26 12:19:32 +02:00
tip.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
transactions.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02: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.