Skip to content

BoxValueRequestParams

@algorandfoundation/algokit-utils / types/app-manager / BoxValueRequestParams

types/app-manager.BoxValueRequestParams

Parameters to get and decode a box value as an ABI type.

Table of contents

Properties

Properties

appId

appId: bigint

The ID of the app return box names for

Defined in

src/types/app-manager.ts:78


boxName

boxName: BoxIdentifier

The name of the box to return either as a string, binary array or BoxName

Defined in

src/types/app-manager.ts:80


type

type: ABIType

The ABI type to decode the value using

Defined in

src/types/app-manager.ts:82