pub fn execute<Regs, Memory, IF>(
state: &mut BasicInterpreterState<Regs, (), Memory, IF, IgnoreEcallSystemInstructionHandler>,
) -> Result<(), ExecutionError<u64>>where
Regs: RegisterFile<<ContractInstruction as Instruction>::Reg>,
Memory: VirtualMemory,
IF: InstructionFetcher<ContractInstruction, Memory>,Expand description
Execute ContractInstructions