|
OpenCBDC Transaction Processor
|
Indicates a successful check request, sent with a StatusUpdateResponse. More...
#include <status_update.hpp>
Public Member Functions | |
| auto | operator== (const status_request_check_success &rhs) const -> bool |
| status_request_check_success ()=delete | |
| status_request_check_success (tx_id_states states) | |
| Constructor. | |
| status_request_check_success (cbdc::serializer &pkt) | |
| Construct from a packet. | |
| auto | states () const -> const tx_id_states & |
| Returns the states of a set of UHS IDs, following the order of the UHS IDs in the containing StatusUpdateResponse. | |
Friends | |
| auto | cbdc::operator<< (cbdc::serializer &packet, const cbdc::watchtower::status_request_check_success &chs) -> cbdc::serializer & |
| auto | cbdc::operator>> (cbdc::serializer &packet, cbdc::watchtower::status_request_check_success &chs) -> cbdc::serializer & |
Indicates a successful check request, sent with a StatusUpdateResponse.
Definition at line 139 of file status_update.hpp.
|
delete |
|
explicit |
Constructor.
| states | current states of the subscription. |
Definition at line 72 of file status_update.cpp.
|
explicit |
Construct from a packet.
| pkt | packet containing a serialized StatusRequestCheckSuccess. |
Definition at line 58 of file status_update.cpp.
| auto cbdc::watchtower::status_request_check_success::operator== | ( | const status_request_check_success & | rhs | ) | const -> bool |
Definition at line 67 of file status_update.cpp.
|
nodiscard |
Returns the states of a set of UHS IDs, following the order of the UHS IDs in the containing StatusUpdateResponse.
Definition at line 63 of file status_update.cpp.
|
friend |
|
friend |