Function essential_constraint_vm::exec_ops
source ยท pub fn exec_ops(ops: &[Op], access: Access<'_>) -> ConstraintResult<Stack>
Expand description
Execute the operations of a constraint and return the resulting stack.
pub fn exec_ops(ops: &[Op], access: Access<'_>) -> ConstraintResult<Stack>
Execute the operations of a constraint and return the resulting stack.