Function essential_check::state_read_vm::constraint::eval_ops

source ยท
pub fn eval_ops(
    ops: &[Constraint],
    access: Access<'_>,
) -> Result<bool, ConstraintError>
Expand description

Evaluate the operations of a single constraint and return its boolean result.

This is the same as exec_ops, but retrieves the boolean result from the resulting stack.