Module state
Available on crate feature
network
only.Expand description
Implements the GetNodeData
and NodeData
message types.
Structs§
- GetNode
Data - A request for state tree nodes corresponding to the given hashes.
This message was removed in
eth/67
, only clients runningeth/66
or earlier will respond to this message. - Node
Data - The response to
GetNodeData
, containing the state tree nodes or contract bytecode corresponding to the requested hashes.