Skip to content

AppReference

@algorandfoundation/algokit-utils / types/app / AppReference

types/app.AppReference

Information about an Algorand app

Hierarchy

Table of contents

Properties

Properties

appAddress

appAddress: string

The Algorand address of the account associated with the app

Defined in

src/types/app.ts:43


appId

appId: number | bigint

The id of the app

Defined in

src/types/app.ts:41