Are you an LLM? You can read better optimized documentation at /documentation/api/solid/functions/createSolidClient.md for this page in Markdown format
ws-asyncapi API / solid / createSolidClient
Function: createSolidClient()
createSolidClient<
C>(url,path,options?):SolidClient<InferClient<C>>
Defined in: .api-entries/solid/index.d.ts:76
Type Parameters
C
C extends AnyChannel
Parameters
url
string
path
InferClient<C>["address"]
options?
WebsocketAsyncAPIOptions<any, any>
Returns
SolidClient<InferClient<C>>