wallet-core/packages/taler-wallet-core/src/operations
2023-05-07 22:16:33 +02:00
..
backup wallet-core: refund DD37 refactoring 2023-05-07 21:51:02 +02: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 DD37 wip 2023-05-05 13:21:58 +02:00
deposits.ts wallet-core: remove allowed auditors from contract terms 2023-05-05 13:29:49 +02:00
exchanges.ts wallet-core: support new exchange wire account signature 2023-05-03 10:01:51 +02:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts wallet-core: refund DD37 refactoring 2023-05-07 21:51:02 +02:00
pay-peer.ts DD37 wip 2023-05-05 13:21:58 +02:00
pending.ts DD37 wip 2023-05-05 13:21:58 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts DD37 wip 2023-05-05 13:21:58 +02:00
refresh.ts wallet-core: refund DD37 refactoring 2023-05-07 21:51:02 +02:00
testing.ts wallet-core: refund DD37 refactoring 2023-05-07 21:51:02 +02:00
tip.ts wallet-core: derive DD37 for tipping 2023-04-24 21:39:28 +02:00
transactions.ts -test fixes 2023-05-07 22:16:33 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts DD37 wip 2023-05-05 13:21:58 +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.