Trait pallet_collection::Config[][src]

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

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>[src]

type RandomnessSource: Randomness<Self::Hash>[src]

Loading content...

Implementors

Loading content...