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.