Skip to content

types/client-manager

@algorandfoundation/algokit-utils / types/client-manager

Ƭ ClientAppClientByNetworkParams: Expand<Omit<AppClientParams, "algorand" | "appId">>

Params to get an app client by network from ClientManager.

src/types/client-manager.ts:33


Ƭ ClientAppClientParams: Expand<Omit<AppClientParams, "algorand">>

Params to get an app client by ID from ClientManager.

src/types/client-manager.ts:30


Ƭ ClientAppFactoryParams: Expand<Omit<AppFactoryParams, "algorand">>

Params to get an app factory from ClientManager.

src/types/client-manager.ts:24


ClientResolveAppClientByCreatorAndNameParams

Section titled “ClientResolveAppClientByCreatorAndNameParams”

Ƭ ClientResolveAppClientByCreatorAndNameParams: Expand<Omit<ResolveAppClientByCreatorAndName, "algorand">>

Params to get an app client by creator address and name from ClientManager.

src/types/client-manager.ts:27


ClientTypedAppClientByCreatorAndNameParams

Section titled “ClientTypedAppClientByCreatorAndNameParams”

Ƭ ClientTypedAppClientByCreatorAndNameParams: Expand<Omit<ResolveAppClientByCreatorAndName, "algorand" | "appSpec">>

Params to get a typed app client by creator address and name from ClientManager.

src/types/client-manager.ts:36


Ƭ ClientTypedAppClientByNetworkParams: Expand<Omit<AppClientParams, "algorand" | "appSpec" | "appId">>

Params to get a typed app client by network from ClientManager.

src/types/client-manager.ts:42


Ƭ ClientTypedAppClientParams: Expand<Omit<AppClientParams, "algorand" | "appSpec">>

Params to get a typed app client by ID from ClientManager.

src/types/client-manager.ts:39


Ƭ ClientTypedAppFactoryParams: Expand<Omit<AppFactoryParams, "algorand" | "appSpec">>

Params to get a typed app factory from ClientManager.

src/types/client-manager.ts:45