referrerpolicy=no-referrer-when-downgrade

Function cumulus_test_service::new_partial

source ·
pub fn new_partial(
    config: &mut Configuration,
    enable_import_proof_record: bool,
) -> Result<Service, Error>
Expand description

Starts a ServiceBuilder for a full service.

Use this macro if you don’t actually need the full service, but just the builder in order to be able to perform chain operations.