wallet-core/packages/taler-wallet-core/src/operations
2021-08-19 18:34:23 +02:00
..
backup store 'list issue date' of denoms, cleanup 2021-08-19 13:48:45 +02:00
balance.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
deposits.ts reset deposit lastError 2021-08-07 18:19:04 +02:00
exchanges.ts store 'list issue date' of denoms, cleanup 2021-08-19 13:48:45 +02:00
pay.ts merchant test: pass h_contract 2021-08-06 11:45:08 +02:00
pending.ts consider deposit operations for pending operations 2021-08-07 17:59:06 +02:00
README.md towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
recoup.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
refresh.ts cleanup / formatting 2021-08-19 18:34:23 +02:00
refund.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
reserves.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
testing.ts construct deposit URL correctly 2021-08-07 17:40:31 +02:00
tip.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
transactions.ts merchant test cases 2021-08-12 21:01:40 +02:00
withdraw.test.ts store 'list issue date' of denoms, cleanup 2021-08-19 13:48:45 +02:00
withdraw.ts run pending operations at least once, style fixes 2021-08-19 15:12:33 +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.