Uses of Class
com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
-
Packages that use GetApplicationBoxes Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.common -
-
Uses of GetApplicationBoxes in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return GetApplicationBoxes Modifier and Type Method Description GetApplicationBoxes
GetApplicationBoxes. max(Long max)
Max number of box names to return. -
Uses of GetApplicationBoxes in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return GetApplicationBoxes Modifier and Type Method Description GetApplicationBoxes
AlgodClient. GetApplicationBoxes(Long applicationId)
Given an application ID, return all Box names.
-