Function step_op_compute

Source
pub fn step_op_compute<S, OA, OG>(
    op: Compute,
    inputs: ComputeInputs<'_, S, OA, OG>,
) -> OpResult<ProgramControlFlow, S::Error>
where S: StateReads, OA: OpAccess<Op = Op>, OA::Error: Into<OpError<S::Error>>, OG: OpGasCost,
Expand description

Step forward execution by the given compute operation.