Module eth_snap_stream

Module eth_snap_stream 

Available on crate feature network only.
Expand description

Ethereum and snap combined protocol stream implementation.

A stream type for handling both eth and snap protocol messages over a single RLPx connection. Provides message encoding/decoding, ID multiplexing, and protocol message processing.

Structs§

EthSnapStream
A stream implementation that can handle both eth and snap protocol messages over a single connection.

Enums§

EthSnapMessage
Combined message type that include either eth or snap protocol messages
EthSnapStreamError
Error type for the eth and snap stream