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