OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::watchtower::tx_error_stxo_range Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ tx_error_stxo_range() [1/2]

cbdc::watchtower::tx_error_stxo_range::tx_error_stxo_range ( )
default

◆ tx_error_stxo_range() [2/2]

cbdc::watchtower::tx_error_stxo_range::tx_error_stxo_range ( cbdc::serializer & pkt)
explicit

Construct from a packet.

Parameters
pktpacket containing a serialized tx_error_stxo_range.

Definition at line 37 of file tx_error_messages.cpp.

Member Function Documentation

◆ operator==()

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.


The documentation for this struct was generated from the following files: