10#ifndef OPENCBDC_TX_SRC_WATCHTOWER_MESSAGES_H_
11#define OPENCBDC_TX_SRC_WATCHTOWER_MESSAGES_H_
16 struct best_block_height_request;
17 class best_block_height_response;
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.
interface::exec_return_type response
Agent RPC response type.
exec_request request
Agent RPC request type.
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &