Trait pallet_reactions::Trait[][src]

pub trait Trait: Trait + Trait + Trait + Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type PostReactionScores: PostReactionScores<Self>;
}

The pallet’s configuration trait.

Associated Types

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

The overarching event type.

type PostReactionScores: PostReactionScores<Self>[src]

Loading content...

Implementors

Loading content...