eth::NewBlockMessage¶
Full new block announcement (message id 0x07).
#include <eth_types.hpp>
Public Attributes¶
| Name | |
|---|---|
| codec::BlockHeader | header |
| std::vector< codec::Transaction > | transactions |
| std::vector< codec::BlockHeader > | ommers |
| intx::uint256 | total_difficulty |
Public Attributes Documentation¶
variable header¶
variable transactions¶
variable ommers¶
variable total_difficulty¶
Updated on 2026-04-13 at 23:22:46 -0700