wallet-core/packages/taler-wallet-core/src/operations
2023-05-02 10:05:05 +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 -refunds for deposit aborts 2023-04-24 20:30:01 +02:00
deposits.ts -refunds for deposit aborts 2023-04-24 20:30:01 +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-core: adjust to breaking merchant API change 2023-04-25 23:58:17 +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 -refunds for deposit aborts 2023-04-24 20:30:01 +02:00
testing.ts wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
tip.ts wallet-core: derive DD37 for tipping 2023-04-24 21:39:28 +02:00
transactions.ts -DD37 wip 2023-04-25 23:58:17 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: implement withdrawal tx transitions 2023-05-02 10:05:05 +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.