blob: a40349d379ac04ac9f79c203eeb58c515380573a (
plain)
| 1
2
3
4
5
6
7
 | # 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.
 |