Trait pallet_roles::Trait[][src]

pub trait Trait: Trait + Trait + Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type MaxUsersToProcessPerDeleteRole: Get<u16>;
    type Spaces: SpaceForRolesProvider<AccountId = Self::AccountId>;
    type SpaceFollows: SpaceFollowsProvider<AccountId = Self::AccountId>;
    type IsAccountBlocked: IsAccountBlocked<Self::AccountId>;
    type IsContentBlocked: IsContentBlocked;
}

The pallet’s configuration trait.

Associated Types

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

The overarching event type.

type MaxUsersToProcessPerDeleteRole: Get<u16>[src]

type Spaces: SpaceForRolesProvider<AccountId = Self::AccountId>[src]

type SpaceFollows: SpaceFollowsProvider<AccountId = Self::AccountId>[src]

type IsAccountBlocked: IsAccountBlocked<Self::AccountId>[src]

type IsContentBlocked: IsContentBlocked[src]

Loading content...

Implementors

Loading content...