wallet-core/packages/taler-wallet-core/src/operations
2022-11-16 16:05:13 -03:00
..
backup fix #7411, also making the backup payment visible 2022-11-16 16:05:13 -03:00
balance.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
common.ts wallet-core: fix coin allocation when doing refresh 2022-11-02 19:05:06 +01:00
deposits.ts wallet-core: get rid of AmountJson in public API 2022-11-02 18:24:54 +01:00
exchanges.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
merchants.ts pretty 2022-10-10 14:54:14 -03:00
pay-merchant.ts fix #7411, also making the backup payment visible 2022-11-16 16:05:13 -03:00
pay-peer.ts feature: 7440 add expiration to p2p 2022-11-08 13:00:34 -03:00
pending.ts wallet-core: DB tweaks 2022-10-14 22:10:10 +02:00
README.md -remove obsolete README section 2022-10-14 22:10:10 +02:00
recoup.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
refresh.ts wallet-core: fix coin allocation when doing refresh 2022-11-02 19:05:06 +01:00
testing.ts fixes and polyfills for quickjs 2022-11-11 20:52:53 +01:00
tip.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
transactions.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
withdraw.test.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
withdraw.ts wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01: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.