Skip to content

eth::GetBlockBodiesMessage

Request for block bodies by hash (message id 0x05).

#include <eth_types.hpp>

Public Attributes

Name
std::optional< uint64_t > request_id
std::vector< Hash256 > block_hashes

Public Attributes Documentation

variable request_id

std::optional< uint64_t > request_id;

variable block_hashes

std::vector< Hash256 > block_hashes;

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