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 GetApplicationBoxesGetApplicationBoxes. include(List<Enums.Include> include)Include additional items in the response.GetApplicationBoxesGetApplicationBoxes. limit(Long limit)Maximum number of boxes to return per page.GetApplicationBoxesGetApplicationBoxes. max(Long max)Max number of box names to return.GetApplicationBoxesGetApplicationBoxes. next(String next)A box name, in the goal app call arg form 'encoding:value', representing the earliest box name to include in results.GetApplicationBoxesGetApplicationBoxes. prefix(String prefix)A box name prefix, in the goal app call arg form 'encoding:value', to filter results by.GetApplicationBoxesGetApplicationBoxes. round(BigInteger round)Return box data from the given round. -
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 GetApplicationBoxesAlgodClient. GetApplicationBoxes(Long applicationId)Given an application ID, return all box names.
-