Skip to content

eth::NewBlockMessage

Full new block announcement (message id 0x07).

#include <eth_types.hpp>

Public Attributes

Name
codec::BlockHeader header
std::vector< codec::Transaction > transactions
std::vector< codec::BlockHeader > ommers
intx::uint256 total_difficulty

Public Attributes Documentation

variable header

codec::BlockHeader header;

variable transactions

std::vector< codec::Transaction > transactions;

variable ommers

std::vector< codec::BlockHeader > ommers;

variable total_difficulty

intx::uint256 total_difficulty {};

Updated on 2026-04-13 at 23:22:46 -0700