OpenCBDC Transaction Processor
|
Messages clients can use to communicate with the Watchtower. More...
#include "util/serialization/serializer.hpp"
Go to the source code of this file.
Namespaces | |
namespace | cbdc |
namespace | cbdc::watchtower |
Functions | |
auto | cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::best_block_height_response &bbh_res) -> cbdc::serializer & |
auto | cbdc::operator>> (cbdc::serializer &packet, cbdc::watchtower::best_block_height_response &bbh_res) -> cbdc::serializer & |
auto | cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::response &res) -> cbdc::serializer & |
auto | cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::request &req) -> cbdc::serializer & |
Messages clients can use to communicate with the Watchtower.
Definition in file uhs/atomizer/watchtower/messages.hpp.