referrerpolicy=no-referrer-when-downgrade

Type Alias cumulus_test_service::ParachainBlockImport

source ·
pub type ParachainBlockImport = ParachainBlockImport<NodeBlock, SlotBasedBlockImport<NodeBlock, Arc<Client>, Client>, Backend>;
Expand description

The block-import type being used by the test service.

Aliased Type§

struct ParachainBlockImport { /* private fields */ }