wallet-core/packages/taler-wallet-core/src/operations
2021-06-20 16:14:56 -03:00
..
backup missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
balance.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
deposits.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
exchanges.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
pay.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
pending.ts towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
README.md towards factoring out cyclic dependencies 2021-06-17 15:49:05 +02:00
recoup.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
refresh.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
refund.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
reserves.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
testing.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
tip.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -03:00
transactions.ts using block inside case of switch breaks when building with babel 7 2021-06-17 13:16:15 -03:00
withdraw.test.ts fix up imports, no more esm in tests 2021-06-14 16:08:58 +02:00
withdraw.ts missing globalThis Polyfill, remove duplicate url util 2021-06-20 16:14:56 -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.