pub trait RuntimeResolver {
// Required method
fn runtime(&self, chain_spec: &dyn ChainSpec) -> Result<Runtime>;
}
Expand description
Helper trait used for extracting the Runtime variant from the chain spec ID.
pub trait RuntimeResolver {
// Required method
fn runtime(&self, chain_spec: &dyn ChainSpec) -> Result<Runtime>;
}
Helper trait used for extracting the Runtime variant from the chain spec ID.