pub fn pc_create_chain_spec(
config: &CreateChainSpecConfig<SessionKeys>,
) -> Value
Expand description
Creates chain-spec according to the config obtained by wizards. serde_json::Value is returned instead of [sc_service::GenericChainSpec] in order to avoid GPL code in the toolkit.