OpenCBDC Transaction Processor
|
Indicates that the atomizer did not receive enough attestations for a particular transaction from shards before it had to clean up the transaction and free up space for others. More...
#include <tx_error_messages.hpp>
Public Member Functions | |
tx_error_incomplete ()=default | |
tx_error_incomplete (cbdc::serializer &pkt) | |
Construct from a packet. | |
auto | operator== (const tx_error_incomplete &rhs) const -> bool |
Indicates that the atomizer did not receive enough attestations for a particular transaction from shards before it had to clean up the transaction and free up space for others.
Definition at line 122 of file tx_error_messages.hpp.
|
default |
|
explicit |
Construct from a packet.
pkt | packet containing a serialized tx_error_incomplete. |
Definition at line 47 of file tx_error_messages.cpp.
auto cbdc::watchtower::tx_error_incomplete::operator== | ( | const tx_error_incomplete & | rhs | ) | const -> bool |
Definition at line 52 of file tx_error_messages.cpp.