wallet-core/packages/taler-wallet-core/src/operations
2022-10-15 16:25:44 +02:00
..
backup wallet-core: put signing keys in separate object store 2022-10-15 16:03:48 +02:00
balance.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +02:00
common.ts wallet-core: simplify exchanges list response 2022-10-15 12:59:26 +02:00
deposits.ts wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
exchanges.ts wallet-core: put signing keys in separate object store 2022-10-15 16:03:48 +02:00
merchants.ts pretty 2022-10-10 14:54:14 -03:00
pay-merchant.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +02:00
pay-peer.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +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: simplify coin record 2022-10-15 11:53:16 +02:00
refresh.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +02:00
testing.ts wallet-core: Clean up merchant payments DB schema 2022-10-08 23:07:07 +02:00
tip.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +02:00
transactions.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +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: address another DB FIXME 2022-10-15 16:25:44 +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.