Florian Dold
598de5b0d5
This field indicates whether the POST requests to deposit coins went through with the exchange. We also don't consider a deposit transaction as having lifeness when it is already deposited and we're just querying for informational deposit tracking information. |
||
---|---|---|
.. | ||
backup | ||
attention.ts | ||
balance.ts | ||
common.ts | ||
deposits.ts | ||
exchanges.ts | ||
merchants.ts | ||
pay-merchant.ts | ||
pay-peer.ts | ||
pending.ts | ||
README.md | ||
recoup.ts | ||
refresh.ts | ||
testing.ts | ||
tip.ts | ||
transactions.ts | ||
withdraw.test.ts | ||
withdraw.ts |
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.