13 return packet << su_req.m_uhs_ids;
19 return packet >> su_req.m_uhs_ids;
25 return packet << static_cast<uint32_t>(state.m_status)
26 << state.m_block_height << state.m_uhs_id;
33 packet >> status >> state.m_block_height >> state.m_uhs_id;
41 return packet << chs.m_states;
47 return packet >> chs.m_states;
Interface for serializing objects into and out of raw bytes representations.
Indicates a successful check request, sent with a StatusUpdateResponse.
Network request to interact with the Watchtower's status update service.
Represents the internal state of an ongoing status update request.
search_status
The current status of the Watchtower's progress in searching for a particular UHS ID.
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &