getAppBoxValues
getAppBoxValues(
appId,boxNames,algod):Promise<Uint8Array[]>
Defined in: src/app.ts:300
Parameters
appId
number
The ID of the app return box names for
boxNames
(string | Uint8Array | BoxName)[]
The names of the boxes to return either as a string, binary array or BoxName
algod
AlgodClient
An algod client instance
Returns
Promise<Uint8Array[]>
The current box values as a byte array in the same order as the passed in box names