Function sc_service::new_full_client

source ยท
pub fn new_full_client<TBl, TRtApi, TExec>(
    config: &Configuration,
    telemetry: Option<TelemetryHandle>,
    executor: TExec,
) -> Result<TFullClient<TBl, TRtApi, TExec>, Error>
where TBl: BlockT, TExec: CodeExecutor + RuntimeVersionOf + Clone,
Expand description

Creates a new full client for the given config.