6#ifndef OPENCBDC_TX_SRC_ATOMIZER_BLOCK_H_
7#define OPENCBDC_TX_SRC_ATOMIZER_BLOCK_H_
Batch of compact transactions settled by the atomizer.
auto operator==(const block &rhs) const -> bool
std::vector< transaction::compact_tx > m_transactions
Compact transactions settled by the atomizer in this block.
uint64_t m_height
Index of this block in the overall contiguous sequence of blocks from the first block starting at hei...