Skip to content

eth::GetBlockHeadersMessage

#include <eth_types.hpp>

Public Attributes

Name
std::optional< uint64_t > request_id
std::optional< Hash256 > start_hash
std::optional< uint64_t > start_number
uint64_t max_headers
uint64_t skip
bool reverse

Public Attributes Documentation

variable request_id

std::optional< uint64_t > request_id;

variable start_hash

std::optional< Hash256 > start_hash;

variable start_number

std::optional< uint64_t > start_number;

variable max_headers

uint64_t max_headers = 0;

variable skip

uint64_t skip = 0;

variable reverse

bool reverse = false;

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