wallet-core/packages/taler-wallet-core/src/operations
2023-06-06 16:47:32 +02:00
..
backup wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
attention.ts taler-util,wallet-core: make AbsoluteTime opaque 2023-05-26 13:52:00 +02:00
balance.ts wallet-core: skeleton support for regional currency scopes 2023-02-12 21:13:30 +01:00
common.ts wallet-core: use long-polling for P2P kyc 2023-06-05 13:33:14 +02:00
deposits.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
exchanges.ts wallet-core: handle Gone in peer-pull-debit 2023-06-05 18:38:17 +02:00
merchants.ts make wallet-cli runnable under qtart 2023-02-16 02:50:29 +01:00
pay-merchant.ts wallet-core: fix payment abort state machine 2023-06-05 10:29:04 +02:00
pay-peer-common.ts wallet-core: use long-polling for P2P kyc 2023-06-05 13:33:14 +02:00
pay-peer-pull-credit.ts wallet-core: deterministic p2p contract encryption 2023-06-06 15:00:15 +02:00
pay-peer-pull-debit.ts wallet-core: handle Gone in peer-pull-debit 2023-06-05 18:38:17 +02:00
pay-peer-push-credit.ts wallet-core: handle more p2p abort cases nicely 2023-06-05 17:58:25 +02:00
pay-peer-push-debit.ts wallet-core: missing put operation 2023-06-06 15:55:20 +02:00
pending.ts wallet-core: use status consistently for querying for pending tasks 2023-06-06 16:47:32 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts wallet-core: handle Gone in peer-pull-debit 2023-06-05 18:38:17 +02:00
refresh.ts wallet-core: report possible actions in transactions list 2023-05-30 15:58:28 +02:00
testing.ts wallet-core: restructure p2p impl 2023-06-05 11:45:16 +02:00
tip.ts wallet-core: fix tipping state machine issues 2023-06-02 15:53:46 +02:00
transactions.ts bump typescript version 2023-06-06 11:54:37 +02:00
withdraw.test.ts save wire fee instead of effective amount 2023-03-31 14:50:59 -03:00
withdraw.ts wallet-core: handle Gone in peer-pull-debit 2023-06-05 18:38:17 +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.