16 return packet << bbh_res.m_height;
22 return packet >> bbh_res.m_height;
28 return packet << req.m_req;
34 return packet << res.m_resp;
Interface for serializing objects into and out of raw bytes representations.
Contains the watchtower's known best block height.
RPC request message to the watchtower external endpoint.
RPC response message from the watchtower external endpoint.
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &
Messages clients can use to communicate with the Watchtower.
Watchtower core functionality.