Struct ethsync::LightSyncParams [] [src]

pub struct LightSyncParams<L> {
    pub network_config: BasicNetworkConfiguration,
    pub client: Arc<L>,
    pub network_id: u64,
    pub subprotocol_name: [u8; 3],
}

Configuration for the light sync.

Fields

Network configuration.

Light client to sync to.

Network ID.

Subprotocol name.