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
Section titled “Type parameters”| Name |
|---|
TClient |
Table of contents
Section titled “Table of contents”Constructors
Section titled “Constructors”Constructors
Section titled “Constructors”constructor
Section titled “constructor”• new TypedAppFactory(params): TClient
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
params | Omit<AppFactoryParams, "appSpec"> |
Returns
Section titled “Returns”TClient