Skip to content

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

NameType
paramsOmit<AppFactoryParams, "appSpec">

Returns

TClient

Defined in

src/types/client-manager.ts:703