Skip to content

BoxValueRequestParams

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

types/app.BoxValueRequestParams

Deprecated

Use types/app-manager/BoxValueRequestParams instead. Parameters to get and decode a box value as an ABI type.

appId: number | bigint

The ID of the app return box names for

src/types/app.ts:400


boxName: string | Uint8Array | BoxName

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

src/types/app.ts:402


type: ABIType

The ABI type to decode the value using

src/types/app.ts:404