blob: ca7140d6a607266a2bb300a5b9d6d6600980d3bc (
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.
 |