Function essential_check::state_read_vm::constraint::exec_bytecode
source ยท pub fn exec_bytecode(
bytes: &BytecodeMapped<Constraint>,
access: Access<'_>,
) -> Result<Stack, ConstraintError>
Expand description
Execute the bytecode of a constraint and return the resulting stack.