ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias ClientRequestContext<Params>Experimental

    ClientRequestContext: ClientHandlerContext<Params> & { requestId: JsonRpcId }

    Context passed to client-side request handlers.

    Type Parameters

    • Params

    Type Declaration

    • requestId: JsonRpcId

      JSON-RPC id of the request currently being handled.