wallet-core/packages/taler-wallet-core/src/operations
2021-12-01 18:07:55 +01:00
..
backup wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
balance.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
deposits.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
exchanges.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
merchants.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
pay.ts wallet: use correct denoms as refresh targets 2021-12-01 18:07:55 +01:00
pending.ts implement freezing for payments 2021-08-24 15:08:34 +02:00
README.md towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
recoup.ts fix recoup error handling 2021-12-01 12:23:17 +01:00
refresh.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
refund.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
reserves.ts add reservePub to the withdrawal transaction info 2021-11-19 14:51:35 -03:00
testing.ts Bring euFin-based tests to pass. 2021-11-13 12:55:15 +01:00
tip.ts wallet: support both protocol versions 2021-11-27 20:57:07 +01:00
transactions.ts add reservePub to the withdrawal transaction info 2021-11-19 14:51:35 -03:00
withdraw.test.ts wallet: implement exchange protocol v9 2021-11-17 10:23:30 +01:00
withdraw.ts wallet: use correct denoms as refresh targets 2021-12-01 18:07:55 +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.