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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ tx_error_sync() [1/2]

cbdc::watchtower::tx_error_sync::tx_error_sync ( )
default

◆ tx_error_sync() [2/2]

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

Construct from a packet.

Parameters
pktpacket containing a serialized tx_error_sync.

Definition at line 12 of file tx_error_messages.cpp.

Member Function Documentation

◆ operator==()

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

Definition at line 16 of file tx_error_messages.cpp.


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