Function sc_service::new_full_client[][src]

pub fn new_full_client<TBl, TRtApi, TExecDisp>(
    config: &Configuration,
    telemetry: Option<TelemetryHandle>
) -> Result<TFullClient<TBl, TRtApi, TExecDisp>, Error> where
    TBl: BlockT,
    TExecDisp: NativeExecutionDispatch + 'static,
    TBl::Hash: FromStr
Expand description

Creates a new full client for the given config.