Skip to content

ResolveAppByIdBase

@algorandfoundation/algokit-utils / types/app-client / ResolveAppByIdBase

types/app-client.ResolveAppByIdBase

Configuration to resolve app by ID

Hierarchy

Table of contents

Properties

Properties

id

id: number | bigint

The id of an existing app to call using this client, or 0 if the app hasn’t been created yet

Defined in

src/types/app-client.ts:115


name

Optional name: string

The optional name to use to mark the app when deploying ApplicationClient.deploy (default: uses the name in the ABI contract)

Defined in

src/types/app-client.ts:117