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_config: BasicNetworkConfiguration
Network configuration.
client: Arc<L>
Light client to sync to.
network_id: u64
Network ID.
subprotocol_name: [u8; 3]
Subprotocol name.