ckb_vm::instructions

Function execute

Source
pub fn execute<Mac: Machine>(
    inst: Instruction,
    machine: &mut Mac,
) -> Result<(), Error>