pub type SmithMembersConfig = GenesisConfig<Runtime>;

Aliased Type§

struct SmithMembersConfig {
    pub initial_smiths: BTreeMap<u32, (bool, Vec<u32>)>,
}

Fields§

§initial_smiths: BTreeMap<u32, (bool, Vec<u32>)>