[][src]Trait sunshine_util::traits::LockProfile

pub trait LockProfile<OrgId, AccountId> {
    fn lock_profile(organization: OrgId, who: &AccountId) -> DispatchResult;
fn unlock_profile(organization: OrgId, who: &AccountId) -> DispatchResult; }

Required methods

fn lock_profile(organization: OrgId, who: &AccountId) -> DispatchResult

fn unlock_profile(organization: OrgId, who: &AccountId) -> DispatchResult

Loading content...

Implementors

Loading content...