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