[][src]Trait sunshine_util::traits::OrgChecks

pub trait OrgChecks<OrgId, AccountId> {
    fn check_org_existence(org: OrgId) -> bool;
fn check_membership_in_org(org: OrgId, account: &AccountId) -> bool;
fn get_org_size(org: OrgId) -> u32; }

Required methods

fn check_org_existence(org: OrgId) -> bool

fn check_membership_in_org(org: OrgId, account: &AccountId) -> bool

fn get_org_size(org: OrgId) -> u32

Loading content...

Implementors

Loading content...