public interface NodeInfo
Node-specific information about a Hotmoka node.
-
Method Summary
-
Method Details
-
getType
String getType()Yields the type of the node.- Returns:
- the type of the node
-
getVersion
String getVersion()Yields the version of the node.- Returns:
- the version of the node
-
getID
String getID()Yields the identifier of the node inside its network, if any.- Returns:
- the identifier, if any
-
equals
-
hashCode
int hashCode() -
toString
String toString()
-