OpenCBDC Transaction Processor
|
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_notification > | m_agg_txs |
Batch of aggregate transaction notifications. | |
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.
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.
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.