OpenCBDC Transaction Processor
|
Indicates that a shard did not attest to this transaction recently enough for the atomizer to check it against the STXO cache. More...
#include <tx_error_messages.hpp>
Public Member Functions | |
tx_error_stxo_range ()=default | |
tx_error_stxo_range (cbdc::serializer &pkt) | |
Construct from a packet. | |
auto | operator== (const tx_error_stxo_range &rhs) const -> bool |
Indicates that a shard did not attest to this transaction recently enough for the atomizer to check it against the STXO cache.
Definition at line 109 of file tx_error_messages.hpp.
|
default |
|
explicit |
Construct from a packet.
pkt | packet containing a serialized tx_error_stxo_range. |
Definition at line 37 of file tx_error_messages.cpp.
auto cbdc::watchtower::tx_error_stxo_range::operator== | ( | const tx_error_stxo_range & | rhs | ) | const -> bool |
Definition at line 42 of file tx_error_messages.cpp.