wallet-core/packages/taler-wallet-core/src/operations
2023-05-24 12:27:24 +02:00
..
backup wallet-core: refund DD37 refactoring 2023-05-07 21:51:02 +02: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 nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
deposits.ts wallet-core: remove allowed auditors from contract terms 2023-05-05 13:29:49 +02:00
exchanges.ts wallet-core: support new exchange wire account signature 2023-05-03 10:01:51 +02:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
pay-peer.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
pending.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts DD37 wip 2023-05-05 13:21:58 +02:00
refresh.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
testing.ts wallet-core: remove legacy operation names 2023-05-11 14:29:55 +02:00
tip.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
transactions.ts nominal typing for taskId, also fixing transactionId reference 2023-05-22 13:13:40 -03:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: logging to diagnose perf/hang issue 2023-05-24 12:27:24 +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.