IInterpreterExternV1

Git Source

Functions

extern

Handles a single dispatch.

function extern(ExternDispatch dispatch, uint256[] memory inputs) external view returns (uint256[] memory 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.