OpenCBDC Transaction Processor
|
Request the watchtower's known best block height. More...
#include <watchtower.hpp>
Public Member Functions | |
auto | operator== (const best_block_height_request &) const -> bool |
best_block_height_request ()=default | |
best_block_height_request (cbdc::serializer &pkt) | |
Construct from a packet. | |
Request the watchtower's known best block height.
Definition at line 20 of file watchtower.hpp.
|
default |
|
explicit |
Construct from a packet.
pkt | packet containing a serialized BestBlockHeightRequest. |
Definition at line 170 of file watchtower.cpp.
auto cbdc::watchtower::best_block_height_request::operator== | ( | const best_block_height_request & | ) | const -> bool |
Definition at line 165 of file watchtower.cpp.