Uses of Class
com.algorand.algosdk.v2.client.algod.GetBlock
-
Packages that use GetBlock Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.common -
-
Uses of GetBlock in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return GetBlock Modifier and Type Method Description GetBlock
GetBlock. headerOnly(Boolean headerOnly)
If true, only the block header (exclusive of payset or certificate) may be included in response. -
Uses of GetBlock in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return GetBlock Modifier and Type Method Description GetBlock
AlgodClient. GetBlock(Long round)
Get the block for the given round.
-