pub type ChainSpec = GenericChainSpec<RuntimeGenesisConfig, Extensions>;
Expand description

Specialized ChainSpec for the normal parachain runtime.

Aliased Type§

struct ChainSpec {
    client_spec: ClientSpec<Extensions>,
    genesis: GenesisSource<RuntimeGenesisConfig>,
    _host_functions: PhantomData<()>,
}

Fields§

§client_spec: ClientSpec<Extensions>§genesis: GenesisSource<RuntimeGenesisConfig>§_host_functions: PhantomData<()>