Uses of Class
com.algorand.algosdk.v2.client.model.Block
-
Packages that use Block Package Description com.algorand.algosdk.v2.client.indexer -
-
Uses of Block in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type Block Modifier and Type Method Description Response<Block>
LookupBlock. execute()
Execute the query.Response<Block>
LookupBlock. 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.
-