wallet-core/packages/taler-wallet-core/src/operations
2021-11-24 08:58:48 -03:00
..
backup wallet: tipping protocol change / merchant version info 2021-11-23 23:51:12 +01:00
balance.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
deposits.ts wallet: implement exchange protocol v9 2021-11-17 10:23:30 +01:00
exchanges.ts new exchange-added notifiaction and including tos information in the wxApi.listExchange api 2021-11-24 08:58:48 -03:00
merchants.ts wallet: tipping protocol change / merchant version info 2021-11-23 23:51:12 +01:00
pay.ts Bring euFin-based tests to pass. 2021-11-13 12:55:15 +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 add anastasis skeleton, put crypto in taler-util 2021-10-07 12:01:40 +02:00
refresh.ts logging / explicit wire deadline 2021-11-24 01:57:11 +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: tipping protocol change / merchant version info 2021-11-23 23:51:12 +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 new exchange-added notifiaction and including tos information in the wxApi.listExchange api 2021-11-24 08:58:48 -03: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.