Trait reth_network_p2p::BlockClient

source ·
pub trait BlockClient:
    HeadersClient
    + BodiesClient
    + Unpin
    + Clone { }
Expand description

Helper trait that unifies network behaviour needed for fetching blocks.

Object Safety§

This trait is not object safe.

Implementors§