title: eth::StatusMessage68 summary: ETH/68 Status message. Wire: [version, networkid, td, blockhash, genesis, forkid].
eth::StatusMessage68¶
ETH/68 Status message. Wire: [version, networkid, td, blockhash, genesis, forkid].
#include <eth_types.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint8_t | protocol_version |
| uint64_t | network_id |
| intx::uint256 | td |
| Hash256 | blockhash |
| Hash256 | genesis_hash |
| ForkId | fork_id |
Public Attributes Documentation¶
variable protocol_version¶
variable network_id¶
variable td¶
variable blockhash¶
variable genesis_hash¶
variable fork_id¶
Updated on 2026-04-13 at 23:22:46 -0700