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¶
variable start_hash¶
variable start_number¶
variable max_headers¶
variable skip¶
variable reverse¶
Updated on 2026-04-13 at 23:22:46 -0700