Uses of Class
com.syntifi.near.api.model.network.ValidationStatus
-
Packages that use ValidationStatus Package Description com.syntifi.near.api.service -
-
Uses of ValidationStatus in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return ValidationStatus Modifier and Type Method Description ValidationStatus
NearService. getNetworkValidationStatus(long blockHeight)
Queries active validators on the network returning details and the state of validation on the blockchain.ValidationStatus
NearService. getNetworkValidationStatus(java.lang.String blockHash)
Queries active validators on the network returning details and the state of validation on the blockchain.
-