| OpenCBDC Transaction Processor
    | 
Batch of compact transactions settled by the atomizer. More...
#include <block.hpp>
| Public Member Functions | |
| auto | operator== (const block &rhs) const -> bool | 
| Data Fields | |
| uint64_t | m_height {} | 
| Index of this block in the overall contiguous sequence of blocks from the first block starting at height zero. | |
| std::vector< transaction::compact_tx > | m_transactions | 
| Compact transactions settled by the atomizer in this block. | |
| auto cbdc::atomizer::block::operator== | ( | const block & | rhs | ) | const -> bool | 
| uint64_t cbdc::atomizer::block::m_height {} | 
Index of this block in the overall contiguous sequence of blocks from the first block starting at height zero.
Definition at line 24 of file block.hpp.
Referenced by cbdc::archiver::controller::digest_block(), and cbdc::atomizer::atomizer::make_block().
| std::vector<transaction::compact_tx> cbdc::atomizer::block::m_transactions | 
Compact transactions settled by the atomizer in this block.
Definition at line 26 of file block.hpp.
Referenced by cbdc::archiver::controller::digest_block(), and cbdc::atomizer::atomizer::make_block().