title: eth::StatusMessage69 summary: ETH/69 Status message. Wire: [version, networkid, genesis, forkid, earliestBlock, latestBlock, latestBlockHash].
eth::StatusMessage69¶
ETH/69 Status message. Wire: [version, networkid, genesis, forkid, earliestBlock, latestBlock, latestBlockHash].
#include <eth_types.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint8_t | protocol_version |
| uint64_t | network_id |
| Hash256 | genesis_hash |
| ForkId | fork_id |
| uint64_t | earliest_block |
| uint64_t | latest_block |
| Hash256 | latest_block_hash |
Public Attributes Documentation¶
variable protocol_version¶
variable network_id¶
variable genesis_hash¶
variable fork_id¶
variable earliest_block¶
variable latest_block¶
variable latest_block_hash¶
Updated on 2026-04-13 at 23:22:46 -0700