OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::atomizer::aggregate_tx_notify_request Struct Reference

Batch of aggregate transaction notifications. More...

#include <messages.hpp>

Public Member Functions

auto operator== (const aggregate_tx_notify_request &rhs) const -> bool
 

Data Fields

std::vector< aggregate_tx_notificationm_agg_txs
 Batch of aggregate transaction notifications.
 

Detailed Description

Batch of aggregate transaction notifications.

Atomizer state machine ( state_machine ) message containing a batch of aggregate_tx_notification.

Definition at line 57 of file uhs/atomizer/atomizer/messages.hpp.

Member Function Documentation

◆ operator==()

auto cbdc::atomizer::aggregate_tx_notify_request::operator== ( const aggregate_tx_notify_request & rhs) const -> bool

Definition at line 21 of file uhs/atomizer/atomizer/messages.cpp.

Field Documentation

◆ m_agg_txs

std::vector<aggregate_tx_notification> cbdc::atomizer::aggregate_tx_notify_request::m_agg_txs

Batch of aggregate transaction notifications.

Definition at line 61 of file uhs/atomizer/atomizer/messages.hpp.


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