Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types app client.ResolveAppById

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

Interface: ResolveAppById

types/app-client.ResolveAppById

Configuration to resolve app by ID

Hierarchy

ResolveAppById

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

Inherited from

ResolveAppByIdBase.id

Defined in

src/types/app-client.ts:79


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)

Inherited from

ResolveAppByIdBase.name

Defined in

src/types/app-client.ts:81


resolveBy

resolveBy: "id"

How the app ID is resolved, either by 'id' or 'creatorAndName'; must be 'creatorAndName' if you want to use deploy

Defined in

src/types/app-client.ts:86