RPC response message from the watchtower external endpoint.
More...
#include <watchtower.hpp>
RPC response message from the watchtower external endpoint.
Definition at line 96 of file watchtower.hpp.
◆ response_t
Initial value: std::variant<status_request_check_success,
best_block_height_response>
Definition at line 106 of file watchtower.hpp.
◆ response() [1/3]
cbdc::watchtower::response::response |
( |
| ) |
|
|
delete |
◆ response() [2/3]
cbdc::watchtower::response::response |
( |
response_t | resp | ) |
|
|
explicit |
◆ response() [3/3]
Construct from a packet.
- Parameters
-
pkt | packet containing a serialized response. |
Definition at line 210 of file watchtower.cpp.
◆ operator==()
auto cbdc::watchtower::response::operator== |
( |
const response & | rhs | ) |
const -> bool |
◆ payload()
auto cbdc::watchtower::response::payload |
( |
| ) |
const -> const response_t& |
|
nodiscard |
Return the response payload.
- Returns
- response payload.
Definition at line 214 of file watchtower.cpp.
◆ cbdc::operator<<
The documentation for this class was generated from the following files: