wallet-core/packages/taler-wallet-core/src/operations/README.md

8 lines
342 B
Markdown
Raw Normal View History

# 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.
2022-01-11 21:00:12 +01:00
Avoiding cyclic dependencies is important for module bundlers.