wallet-core/packages/taler-wallet-core/src/operations
2023-02-20 01:44:28 +01: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 wallet-core: various p2p payment fixes 2023-02-19 23:13:44 +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 make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-peer.ts wallet-core: rename ops with support for old names 2023-02-20 01:44:28 +01:00
pending.ts wallet-core: pending operation for peer push credit, save withdrawalGroupId 2023-02-20 00:38:24 +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: various p2p payment fixes 2023-02-19 23:13:44 +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.