IInterpreterExternV2
Functions
extern
Handles a single dispatch.
function extern(ExternDispatch dispatch, uint256[] calldata inputs)
external
view
returns (uint256[] calldata outputs);
Parameters
Name | Type | Description |
---|---|---|
dispatch | ExternDispatch | Encoded information about the extern to dispatch. Analogous to the opcode/operand in the interpreter. |
inputs | uint256[] | The array of inputs for the dispatched logic. |
Returns
Name | Type | Description |
---|---|---|
outputs | uint256[] | The result of the dispatched logic. |