wallet-core/packages/taler-wallet-core/src/operations
2021-10-01 13:35:25 -03:00
..
backup added integration with the wallet-core to get info about the last tos approved 2021-09-13 15:32:15 -03: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 added integration with the wallet-core to get info about the last tos approved 2021-09-13 15:32:15 -03:00
pay.ts FIX: skip checking noncePriv eq if the URI doesn't specify a noncePriv value 2021-10-01 13:35:25 -03: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 implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
refresh.ts DB schema cleanup 2021-08-24 15:43:06 +02:00
refund.ts implement backup scheduling, other tweaks 2021-06-25 13:27:06 +02:00
reserves.ts Adapt tests to Sandbox' new access control. 2021-09-17 16:02:34 +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 implement freezing for payments 2021-08-24 15:08:34 +02:00
withdraw.test.ts DB schema cleanup 2021-08-24 15:43:06 +02:00
withdraw.ts added integration with the wallet-core to get info about the last tos approved 2021-09-13 15:32:15 -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.