OpenCBDC Transaction Processor
|
EVM pretend block is a pairing of the blocknumber (equal to the ticket number) and the transactions (currently always a single one) "inside the block" (executed by that ticket) More...
#include <messages.hpp>
Data Fields | |
interface::ticket_number_type | m_ticket_number {} |
Ticket number. | |
std::vector< evm_tx_receipt > | m_transactions {} |
Transactions executed by the ticket. | |
EVM pretend block is a pairing of the blocknumber (equal to the ticket number) and the transactions (currently always a single one) "inside the block" (executed by that ticket)
Definition at line 135 of file parsec/agent/runners/evm/messages.hpp.
interface::ticket_number_type cbdc::parsec::agent::runner::evm_pretend_block::m_ticket_number {} |
Ticket number.
Definition at line 137 of file parsec/agent/runners/evm/messages.hpp.
std::vector<evm_tx_receipt> cbdc::parsec::agent::runner::evm_pretend_block::m_transactions {} |
Transactions executed by the ticket.
Definition at line 139 of file parsec/agent/runners/evm/messages.hpp.