TaskResponseSet

Git Source

Emitted on setResponse()

event TaskResponseSet(
    bytes32 indexed requestId,
    bytes data,
    string envProof,
    string inputProof,
    string outputProof,
    string rootProof
);

Parameters

NameTypeDescription
requestIdbytes32The unique identifier of the request.
databytesThe response data.
envProofstring
inputProofstring
outputProofstring
rootProofstring