pub type OpenTechCommitteeCollectiveConfig = GenesisConfig<Runtime, Instance4>;

Aliased Type§

struct OpenTechCommitteeCollectiveConfig {
    pub phantom: PhantomData<Instance4>,
    pub members: Vec<AccountId20, Global>,
}

Fields§

§phantom: PhantomData<Instance4>§members: Vec<AccountId20, Global>

Trait Implementations§

§

impl<T, I> BuildStorage for GenesisConfig<T, I>where T: Config<I>, I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.