pub fn check_contract(predicates: &[Predicate]) -> Result<(), InvalidContract>Expand description
Validate a contract of predicates.
Checks the size of the contract and then validates each predicate.
pub fn check_contract(predicates: &[Predicate]) -> Result<(), InvalidContract>Validate a contract of predicates.
Checks the size of the contract and then validates each predicate.