wallet-core/packages/taler-wallet-core/src/operations
2022-11-01 15:36:10 +01:00
..
backup fix: transfor from backup proporsal status to purchase status and fix denom query 2022-10-21 12:24:23 -03:00
balance.ts wallet-core: simplify coin record 2022-10-15 11:53:16 +02:00
common.ts -rename 2022-11-01 15:36:10 +01:00
deposits.ts wallet-core: use PeerContractTerms 2022-11-01 11:41:28 +01:00
exchanges.ts wallet-core: report supportedAgeGroups 2022-11-01 15:31:48 +01:00
merchants.ts pretty 2022-10-10 14:54:14 -03:00
pay-merchant.ts wallet-core: use PeerContractTerms 2022-11-01 11:41:28 +01: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 better workaround with duplication 2022-10-21 10:11:41 -03:00
withdraw.test.ts wallet-core: restructure denomination record for easier querying 2022-09-14 21:27:03 +02:00
withdraw.ts wallet-core: better KYC error message 2022-11-01 13:39:42 +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.