runQuery
runQuery(
client,request):Promise<QueryResponse>
Defined in: src/query/engine.ts:41
Runs one query and decodes the page it returns.
Parameters
Section titled “Parameters”client
Section titled “client”request
Section titled “request”Returns
Section titled “Returns”Promise<QueryResponse>
Throws
Section titled “Throws”If the node rejects the query.