getAppBoxValue
getAppBoxValue(
appId
,boxName
,algod
):Promise
<Uint8Array
>
Defined in: src/app.ts:288
Parameters
appId
The ID of the app return box names for
number
| bigint
boxName
The name of the box to return either as a string, binary array or BoxName
string
| Uint8Array
| BoxName
algod
AlgodClient
An algod client instance
Returns
Promise
<Uint8Array
>
The current box value as a byte array