Uses of Class
com.algorand.algosdk.v2.client.model.Box
-
Packages that use Box Package Description com.algorand.algosdk.util com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.indexer -
-
Uses of Box in com.algorand.algosdk.util
Methods in com.algorand.algosdk.util with parameters of type Box Modifier and Type Method Description static StringBoxQueryEncoding. encodeBox(Box b) -
Uses of Box in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type Box Modifier and Type Method Description Response<Box>GetApplicationBoxByName. execute()Execute the query.Response<Box>GetApplicationBoxByName. 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 Box in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type Box Modifier and Type Method Description Response<Box>LookupApplicationBoxByIDAndName. execute()Execute the query.Response<Box>LookupApplicationBoxByIDAndName. 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.
-