TaskResponseSet
Emitted on setResponse()
event TaskResponseSet(
bytes32 indexed requestId,
bytes data,
string envProof,
string inputProof,
string outputProof,
string rootProof
);
Parameters
Name | Type | Description |
---|---|---|
requestId | bytes32 | The unique identifier of the request. |
data | bytes | The response data. |
envProof | string | |
inputProof | string | |
outputProof | string | |
rootProof | string |