Request Query

Processing performed by Light Client at the time of request

This function is used when you want to implement your own logic at request time with Light Client Contract.

No need to implement your own if you don't want to.

function requestQuery(QueryType.QueryRequest[] memory queries) external;
FieldDescription

queries

An array of QueryRequest data

Our early implementation with Oracle incorporates the following logic:

Last updated