Uses of Class
com.algorand.algosdk.v2.client.model.BoxesResponse
-
Packages that use BoxesResponse Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.indexer -
-
Uses of BoxesResponse in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type BoxesResponse Modifier and Type Method Description Response<BoxesResponse>
GetApplicationBoxes. execute()
Execute the query.Response<BoxesResponse>
GetApplicationBoxes. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated. -
Uses of BoxesResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type BoxesResponse Modifier and Type Method Description Response<BoxesResponse>
SearchForApplicationBoxes. execute()
Execute the query.Response<BoxesResponse>
SearchForApplicationBoxes. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-