pub fn execute<Memory, IF>(
state: &mut Rv64InterpreterState<<ContractInstruction as Instruction>::Reg, Memory, IF, NoopRv64SystemInstructionHandler<Rv64Instruction<<ContractInstruction as Instruction>::Reg>>, &'static str>,
) -> Result<(), ExecutionError<u64, ContractInstruction, &'static str>>Expand description
Execute ContractInstructions