Trait Config
pallet_collection
pub trait Config: Config { type Event: From<Event<Self>> + Into<Self::Event>; type RandomnessSource: Randomness<Self::Hash>; }
type Event: From<Event<Self>> + Into<Self::Event>
type RandomnessSource: Randomness<Self::Hash>