Receive
Endpoints that receive query results from Relayer
Last updated
Was this helpful?
Endpoints that receive query results from Relayer
Last updated
Was this helpful?
This function is the endpoint from which obtains the proof and returns it to the src chain.
response
QueryResponse
data
What the receiveQuery
function does:
Verify if Gelato's executed the function
Verify the proof and extract the acquisition data
Done through the interface by the
Pay fees to the
Return data to the user
To return data to the User Contract, the User Contract must inherit the following interface: