Module reth_eth_wire_types::state

source ·
Expand description

Implements the GetNodeData and NodeData message types.

Structs§

  • A request for state tree nodes corresponding to the given hashes. This message was removed in eth/67, only clients running eth/66 or earlier will respond to this message.
  • The response to GetNodeData, containing the state tree nodes or contract bytecode corresponding to the requested hashes.