Function invalid
pub fn invalid<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
    WIRE: InterpreterTypes,
    H: ?Sized,Expand description
Invalid opcode. This opcode halts the execution.
pub fn invalid<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
    WIRE: InterpreterTypes,
    H: ?Sized,Invalid opcode. This opcode halts the execution.