Sets the linked signer for execute requests
The linkedSigner to use for all signatures. Set to null to revert to the chain signer
Optionaladdress: 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.
Base client for all engine requests