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>