Uses of Class
com.algorand.algosdk.v2.client.algod.GetBlockLogs
-
Packages that use GetBlockLogs Package Description com.algorand.algosdk.v2.client.common -
-
Uses of GetBlockLogs in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return GetBlockLogs Modifier and Type Method Description GetBlockLogs
AlgodClient. GetBlockLogs(Long round)
Get all of the logs from outer and inner app calls in the given round /v2/blocks/{round}/logs
-