ICoprocessorCallback
Defines the callback mechanism for handling coprocessor outputs
Functions
coprocessorCallbackOutputsOnly
Handles outputs from the coprocessor
function coprocessorCallbackOutputsOnly(bytes32 machineHash, bytes32 payloadHash, bytes[] calldata outputs) external;
Parameters
Name | Type | Description |
---|---|---|
machineHash | bytes32 | The hash of the machine that processed the task |
payloadHash | bytes32 | The hash of the input payload that generated these outputs |
outputs | bytes[] | Array of ABI-encoded outputs from the coprocessor |