pub fn new_full_base(
    config: Configuration,
    disable_hardware_benchmarks: bool,
    with_startup_data: impl FnOnce(&BabeBlockImport<Block, FullClient, GrandpaBlockImport<TFullBackend<Block>, Block, FullClient, LongestChain<TFullBackend<Block>, Block>>>, &BabeLink<Block>)
) -> Result<NewFullBase, ServiceError>
Expand description

Creates a full service from the configuration.