IInterpreterExternV2

Git Source

Functions

extern

Handles a single dispatch.

function extern(ExternDispatch dispatch, uint256[] calldata inputs)
    external
    view
    returns (uint256[] calldata outputs);

Parameters

NameTypeDescription
dispatchExternDispatchEncoded information about the extern to dispatch. Analogous to the opcode/operand in the interpreter.
inputsuint256[]The array of inputs for the dispatched logic.

Returns

NameTypeDescription
outputsuint256[]The result of the dispatched logic.