Skip to content

BoxValuesRequestParams

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

types/app-manager.BoxValuesRequestParams

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

appId: bigint

The ID of the app return box names for

src/types/app-manager.ts:90


boxNames: BoxIdentifier[]

The names of the boxes to return either as a string, binary array or BoxName`

src/types/app-manager.ts:92


type: ABIType

The ABI type to decode the value using

src/types/app-manager.ts:94