pub fn new_full_parts_record_import<TBl, TRtApi, TExec>(
    config: &Configuration,
    telemetry: Option<TelemetryHandle>,
    executor: TExec,
    enable_import_proof_recording: bool
) -> Result<(TFullClient<TBl, TRtApi, TExec>, Arc<TFullBackend<TBl>>, KeystoreContainer, TaskManager), Error>
where TBl: BlockT, TExec: CodeExecutor + RuntimeVersionOf + Clone,
Expand description

Create the initial parts of a full node with the default genesis block builder.