Trait pallet_profile_follows::Trait[][src]

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

The pallet’s configuration trait.

Associated Types

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

The overarching event type.

type BeforeAccountFollowed: BeforeAccountFollowed<Self>[src]

type BeforeAccountUnfollowed: BeforeAccountUnfollowed<Self>[src]

Loading content...

Implementors

Loading content...