runtime_eden

Type Alias AllocationsOraclesConfig

Source
pub type AllocationsOraclesConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct AllocationsOraclesConfig {
    pub members: BoundedVec<AccountId32, MaxMembers>,
    pub phantom: PhantomData<Instance2>,
}

Fields§

§members: BoundedVec<AccountId32, MaxMembers>§phantom: PhantomData<Instance2>