TypedAppFactory\<TClient\>
@algorandfoundation/algokit-utils / types/client-manager / TypedAppFactory
types/client-manager.TypedAppFactory
Interface to identify a typed factory that can be used to create and deploy an application.
Type parameters
Name |
---|
TClient |
Table of contents
Constructors
Constructors
constructor
• new TypedAppFactory(params
): TClient
Parameters
Name | Type |
---|---|
params | Omit <AppFactoryParams , "appSpec" > |
Returns
TClient