Trait logion_shared::IsLegalOfficer
source · [−]pub trait IsLegalOfficer<AccountId> {
fn is_legal_officer(account: &AccountId) -> bool;
}pub trait IsLegalOfficer<AccountId> {
fn is_legal_officer(account: &AccountId) -> bool;
}