Uses of Class
com.algorand.algosdk.v2.client.algod.WaitForBlock
-
Packages that use WaitForBlock Package Description com.algorand.algosdk.v2.client.common -
-
Uses of WaitForBlock in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return WaitForBlock Modifier and Type Method Description WaitForBlock
AlgodClient. WaitForBlock(Long round)
Waits for a block to appear after round {round} and returns the node's status at the time.
-