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