Trait totem_primitives::orders::Validating
source · [−]pub trait Validating<AccountId, Hash> {
fn is_order_party(o: AccountId, r: Hash) -> bool;
}
pub trait Validating<AccountId, Hash> {
fn is_order_party(o: AccountId, r: Hash) -> bool;
}