types/client-manager
@algorandfoundation/algokit-utils / types/client-manager
Table of contents
Section titled “Table of contents”Classes
Section titled “Classes”Interfaces
Section titled “Interfaces”Type Aliases
Section titled “Type Aliases”- ClientAppClientByNetworkParams
- ClientAppClientParams
- ClientAppFactoryParams
- ClientResolveAppClientByCreatorAndNameParams
- ClientTypedAppClientByCreatorAndNameParams
- ClientTypedAppClientByNetworkParams
- ClientTypedAppClientParams
- ClientTypedAppFactoryParams
Type Aliases
Section titled “Type Aliases”ClientAppClientByNetworkParams
Section titled “ClientAppClientByNetworkParams”Ƭ ClientAppClientByNetworkParams: Expand<Omit<AppClientParams, "algorand" | "appId">>
Params to get an app client by network from ClientManager.
Defined in
Section titled “Defined in”src/types/client-manager.ts:33
ClientAppClientParams
Section titled “ClientAppClientParams”Ƭ ClientAppClientParams: Expand<Omit<AppClientParams, "algorand">>
Params to get an app client by ID from ClientManager.
Defined in
Section titled “Defined in”src/types/client-manager.ts:30
ClientAppFactoryParams
Section titled “ClientAppFactoryParams”Ƭ ClientAppFactoryParams: Expand<Omit<AppFactoryParams, "algorand">>
Params to get an app factory from ClientManager.
Defined in
Section titled “Defined in”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.
Defined in
Section titled “Defined in”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.
Defined in
Section titled “Defined in”src/types/client-manager.ts:36
ClientTypedAppClientByNetworkParams
Section titled “ClientTypedAppClientByNetworkParams”Ƭ ClientTypedAppClientByNetworkParams: Expand<Omit<AppClientParams, "algorand" | "appSpec" | "appId">>
Params to get a typed app client by network from ClientManager.
Defined in
Section titled “Defined in”src/types/client-manager.ts:42
ClientTypedAppClientParams
Section titled “ClientTypedAppClientParams”Ƭ ClientTypedAppClientParams: Expand<Omit<AppClientParams, "algorand" | "appSpec">>
Params to get a typed app client by ID from ClientManager.
Defined in
Section titled “Defined in”src/types/client-manager.ts:39
ClientTypedAppFactoryParams
Section titled “ClientTypedAppFactoryParams”Ƭ ClientTypedAppFactoryParams: Expand<Omit<AppFactoryParams, "algorand" | "appSpec">>
Params to get a typed app factory from ClientManager.