wallet-core/packages/taler-wallet-core/src/operations
2023-04-06 12:47:34 +02:00
..
backup save posConfirmation after payment 2023-04-03 12:13:13 -03:00
attention.ts fix 7465 2022-11-24 23:16:01 -03:00
balance.ts wallet-core: skeleton support for regional currency scopes 2023-02-12 21:13:30 +01:00
common.ts wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
deposits.ts -re-add missing fields, fix types 2023-04-06 12:47:34 +02:00
exchanges.ts move coin selection function to coinSelection.ts and added a test placeholder, and some fixes: 2023-03-31 12:27:17 -03:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts save posConfirmation after payment 2023-04-03 12:13:13 -03:00
pay-peer.ts wallet-core: also return top-level fee gap estimate 2023-04-05 11:06:22 +02:00
pending.ts wallet-core: fix peer-pull-credit long-polling and peer-pull-debit pending operation status 2023-02-21 20:31:23 +01:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
refresh.ts move coin selection function to coinSelection.ts and added a test placeholder, and some fixes: 2023-03-31 12:27:17 -03:00
testing.ts wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
tip.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
transactions.ts wallet-core: towards DD37 for deposits 2023-04-05 17:38:41 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts move coin selection function to coinSelection.ts and added a test placeholder, and some fixes: 2023-03-31 12:27:17 -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.