pub trait LocQuery<AccountId> {
    fn has_closed_identity_locs(
        account: &AccountId,
        legal_officer: &Vec<AccountId>
    ) -> bool; }

Required Methods

Implementors