wallet-core/packages/taler-wallet-core/src/operations
2023-04-22 14:17:49 +02:00
..
backup save posConfirmation after payment 2023-04-03 12:13:13 -03: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 wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
deposits.ts wallet-core: towards DD37 for deposits 2023-04-22 14:17:49 +02:00
exchanges.ts fix #7704 2023-04-19 12:42:47 -03:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts wallet-harness: make sure events are not lost in deposit test 2023-04-21 22:02:40 +02:00
pay-peer.ts fix #7704 2023-04-19 12:42:47 -03:00
pending.ts wallet-core: fix peer-pull-credit long-polling and peer-pull-debit pending operation status 2023-02-21 20:31:23 +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 fix #7704 2023-04-19 12:42:47 -03:00
testing.ts wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
tip.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
transactions.ts wallet-core: towards DD37 for deposits 2023-04-22 14:17:49 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts fix #7704 2023-04-19 12:42:47 -03: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.