Queries the engine, all query params are stringified into the query string
A simple, typechecked fn for constructing a query request in the format expected by the server.
POSTs an execute message to the engine and returns the successful response. Throws the failure response wrapped in an EngineServerFailureError on failure.
A simple, typechecked fn for constructing an execute request in the format expected by the server.
Signs a given request with the signer provided to the engine
Queries that talk directly to web, not the engine. Placing here in the
engine-client
as we don't have enough use cases to justify a separate package