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

Required methods

Implementors

impl<T: Config> Validating<<T as Config>::AccountId, <T as Config>::Hash> for Pallet<T>