ResolveAppById
@algorandfoundation/algokit-utils / types/app-client / ResolveAppById
types/app-client.ResolveAppById
Configuration to resolve app by ID
Hierarchy
Section titled “Hierarchy”-
↳
ResolveAppById
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• id: number | bigint
The id of an existing app to call using this client, or 0 if the app hasn’t been created yet
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”• Optional name: string
The optional name to use to mark the app when deploying ApplicationClient.deploy (default: uses the name in the ABI contract)
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”resolveBy
Section titled “resolveBy”• resolveBy: "id"
How the app ID is resolved, either by 'id' or 'creatorAndName'; must be 'creatorAndName' if you want to use deploy