IMQRPCResponse.request property

The originating request, echoed back in full — method, arguments and metadata included.

Signature:

request: IMQRPCRequest;

Remarks

Always present: the client reads request.method when it cannot match the response to a pending call, in order to re-emit it as an event. Note that this round-trips every argument value back to the caller.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.