Sets the linked signer for execute requests
The linkedSigner to use for all signatures. Set to null to revert to the chain signer
Optional
address: stringQueries 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
Determines the IP block status for the current client
Determines whether a client needs to complete the cloudflare JS challenge to interact with the API
true if the client needs to complete the JS challenge at '/challenge', false otherwise
Retrieves current server epoch in milliseconds
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