- taker receives static balance from taker daemon (sse)
- taker receives static CFD offer from the taker daemon (sse)
- taker can post CFD take request to taker daemon
- taker receives CFD list from taker daemon (sse)
Upon posting a CFD to the daemon a CFD will be created in the daemon and pushed into the sse stream.
There is one sse stream with three events (balance, offer, cfds).
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>