pub trait Validating<AccountId, Hash> {
    fn is_order_party(o: AccountId, r: Hash) -> bool;
}

Required methods

Implementors