Uses of Class
com.algorand.algosdk.v2.client.model.Block
-
Packages that use Block Package Description com.algorand.algosdk.v2.client.indexer com.algorand.algosdk.v2.client.model -
-
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. -
Uses of Block in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model with type parameters of type Block Modifier and Type Field Description List<Block>
BlockHeadersResponse. blocks
-