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
Base client for all engine requests