OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
status_update_messages.hpp File Reference

Watchtower module to process and cache block history. More...

Include dependency graph for status_update_messages.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbdc
 
namespace  cbdc::watchtower
 

Functions

auto cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::status_update_request &su_req) -> cbdc::serializer &
 
auto cbdc::operator>> (cbdc::serializer &packet, cbdc::watchtower::status_update_request &su_req) -> cbdc::serializer &
 
auto cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::status_update_state &state) -> cbdc::serializer &
 
auto cbdc::operator>> (cbdc::serializer &packet, cbdc::watchtower::status_update_state &state) -> cbdc::serializer &
 
auto cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::status_request_check_success &chs) -> cbdc::serializer &
 
auto cbdc::operator>> (cbdc::serializer &packet, cbdc::watchtower::status_request_check_success &chs) -> cbdc::serializer &
 

Detailed Description

Watchtower module to process and cache block history.

Messages clients can use to request status updates from the watchtower.

Watchtower module to cache transaction errors.

Definition in file status_update_messages.hpp.