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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ tx_error_incomplete() [1/2]

cbdc::watchtower::tx_error_incomplete::tx_error_incomplete ( )
default

◆ tx_error_incomplete() [2/2]

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

Construct from a packet.

Parameters
pktpacket containing a serialized tx_error_incomplete.

Definition at line 47 of file tx_error_messages.cpp.

Member Function Documentation

◆ operator==()

auto cbdc::watchtower::tx_error_incomplete::operator== ( const tx_error_incomplete & rhs) const -> bool

Definition at line 52 of file tx_error_messages.cpp.


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