Skip to content

eth::BlockBodiesMessage

Response to GetBlockBodies (message id 0x06).

#include <eth_types.hpp>

Public Attributes

Name
std::optional< uint64_t > request_id
std::vector< BlockBody > bodies

Public Attributes Documentation

variable request_id

std::optional< uint64_t > request_id;

variable bodies

std::vector< BlockBody > bodies;

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