Skip to content

BoxReference

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

types/app.BoxReference

Deprecated

Use types/app-manager/BoxReference instead.

A grouping of the app ID and name of the box in an Uint8Array

Table of contents

Properties

Properties

appId

appId: number | bigint

A unique application id

Defined in

src/types/app.ts:55


name

name: BoxIdentifier

Name of box to reference

Defined in

src/types/app.ts:59