wallet-core/packages/taler-wallet-core/src/operations
2022-10-14 22:49:32 +02:00
..
backup wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
balance.ts wallet-core: introduce easier syntax for transactions 2022-09-13 16:10:42 +02:00
common.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
deposits.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
exchanges.ts wallet-core: pull out ToS into separate object store 2022-10-14 22:10:10 +02:00
merchants.ts pretty 2022-10-10 14:54:14 -03:00
pay-merchant.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
pay-peer.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
pending.ts wallet-core: DB tweaks 2022-10-14 22:10:10 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts wallet-core: Clean up merchant payments DB schema 2022-10-08 23:07:07 +02:00
refresh.ts wallet-core: DB tweaks 2022-10-14 22:10:10 +02:00
testing.ts wallet-core: Clean up merchant payments DB schema 2022-10-08 23:07:07 +02:00
tip.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
transactions.ts -fix ID parsing 2022-10-14 22:49:32 +02:00
withdraw.test.ts wallet-core: restructure denomination record for easier querying 2022-09-14 21:27:03 +02:00
withdraw.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +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.