wallet-core/packages/taler-wallet-core/src/operations
2023-05-26 11:13:54 +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 wallet-core: fix issues with aborting deposits 2023-05-25 19:11:03 +02:00
deposits.ts wallet-core: move deposit transaction deletion 2023-05-25 19:31:14 +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 -fix method 2023-05-25 18:23:47 +02:00
pay-peer.ts wallet-core: return transactionId whenever a transaction is created 2023-05-25 11:59:55 +02:00
pending.ts wallet-core: fix issues with aborting deposits 2023-05-25 19:11:03 +02: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 wallet-core: return transactionId whenever a transaction is created 2023-05-25 11:59:55 +02:00
transactions.ts -organize imports 2023-05-26 11:13:54 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: dispatch cancelAborting for withdrawal 2023-05-26 10:43:49 +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.