pub type WithCollectionConfig<T, I = ()> = WithConfig<CollectionManagers<<T as Config>::AccountId>, PredefinedId<<T as Config<I>>::CollectionId>>;
Aliased Type§
struct WithCollectionConfig<T, I = ()> {
pub config: (ConfigValue<Owner<<T as Config>::AccountId>>, ConfigValue<Admin<<T as Config>::AccountId>>),
pub extra: DeriveAndReportId<<T as Config<I>>::CollectionId, <T as Config<I>>::CollectionId>,
}
Fields§
§config: (ConfigValue<Owner<<T as Config>::AccountId>>, ConfigValue<Admin<<T as Config>::AccountId>>)
§extra: DeriveAndReportId<<T as Config<I>>::CollectionId, <T as Config<I>>::CollectionId>