OpenCBDC Transaction Processor
|
Indicates a shard that tried to process a given transaction was out of sync with the atomizer, and the transaction should be retried. More...
#include <tx_error_messages.hpp>
Public Member Functions | |
tx_error_sync ()=default | |
tx_error_sync (cbdc::serializer &pkt) | |
Construct from a packet. | |
auto | operator== (const tx_error_sync &rhs) const -> bool |
Indicates a shard that tried to process a given transaction was out of sync with the atomizer, and the transaction should be retried.
Definition at line 64 of file tx_error_messages.hpp.
|
default |
|
explicit |
Construct from a packet.
pkt | packet containing a serialized tx_error_sync. |
Definition at line 12 of file tx_error_messages.cpp.
auto cbdc::watchtower::tx_error_sync::operator== | ( | const tx_error_sync & | rhs | ) | const -> bool |
Definition at line 16 of file tx_error_messages.cpp.