Module message
Expand description
Capability messaging
An RLPx
stream is multiplexed via the prepended message-id of a framed message.
Capabilities are exchanged via the RLPx
Hello
message as pairs of (id, version)
, https://github.com/ethereum/devp2p/blob/master/rlpx.md#capability-messaging
Structs§
- Internal form of a
NewBlock
message
Enums§
- Request Variants that only target block related data.
- All Bi-directional eth-message variants that can be sent to a session or received from a session.
- Corresponding variant for
PeerRequest
. - All response variants for
PeerResponse