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