TypedAppClient
Defined in: src/client-manager.ts:703
Interface to identify a typed client that can be used to interact with an application.
Type Parameters
Section titled “Type Parameters”TClient
Section titled “TClient”TClient
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TypedAppClient(
params):TClient
Defined in: src/client-manager.ts:704
Parameters
Section titled “Parameters”params
Section titled “params”Omit<AppClientParams, "appSpec">
Returns
Section titled “Returns”TClient
Methods
Section titled “Methods”fromCreatorAndName()
Section titled “fromCreatorAndName()”fromCreatorAndName(
params):Promise<TClient>
Defined in: src/client-manager.ts:706
Parameters
Section titled “Parameters”params
Section titled “params”Omit<ResolveAppClientByCreatorAndName, "appSpec">
Returns
Section titled “Returns”Promise<TClient>
fromNetwork()
Section titled “fromNetwork()”fromNetwork(
params):Promise<TClient>
Defined in: src/client-manager.ts:705
Parameters
Section titled “Parameters”params
Section titled “params”Omit<AppClientParams, "appId" | "appSpec">
Returns
Section titled “Returns”Promise<TClient>