Function sc_service::new_full_client [−][src]
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,
TBl::Hash: FromStr,
Expand description
Creates a new full client for the given config.