Trait pallet_scores::Trait[][src]

pub trait Trait: Trait + Trait + Trait + Trait + Trait + Trait + Trait + Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type FollowSpaceActionWeight: Get<i16>;
    type FollowAccountActionWeight: Get<i16>;
    type SharePostActionWeight: Get<i16>;
    type UpvotePostActionWeight: Get<i16>;
    type DownvotePostActionWeight: Get<i16>;
    type CreateCommentActionWeight: Get<i16>;
    type ShareCommentActionWeight: Get<i16>;
    type UpvoteCommentActionWeight: Get<i16>;
    type DownvoteCommentActionWeight: Get<i16>;
}

The pallet’s configuration trait.

Associated Types

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

The overarching event type.

type FollowSpaceActionWeight: Get<i16>[src]

type FollowAccountActionWeight: Get<i16>[src]

type SharePostActionWeight: Get<i16>[src]

type UpvotePostActionWeight: Get<i16>[src]

type DownvotePostActionWeight: Get<i16>[src]

type CreateCommentActionWeight: Get<i16>[src]

type ShareCommentActionWeight: Get<i16>[src]

type UpvoteCommentActionWeight: Get<i16>[src]

type DownvoteCommentActionWeight: Get<i16>[src]

Loading content...

Implementors

Loading content...