pub trait IsLegalOfficer<AccountId> {
    fn is_legal_officer(account: &AccountId) -> bool;
}

Required Methods

Implementors