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