Trait df_traits::moderation::IsAccountBlocked[][src]

pub trait IsAccountBlocked<AccountId> {
    fn is_blocked_account(account: AccountId, scope: SpaceId) -> bool;
fn is_allowed_account(account: AccountId, scope: SpaceId) -> bool; }

Required methods

fn is_blocked_account(account: AccountId, scope: SpaceId) -> bool[src]

fn is_allowed_account(account: AccountId, scope: SpaceId) -> bool[src]

Loading content...

Implementations on Foreign Types

impl<AccountId> IsAccountBlocked<AccountId> for ()[src]

Loading content...

Implementors

Loading content...