java.lang.Object
io.mokamint.node.NodeInfos
Providers of non-consensus node information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGson decoder.static classGson encoder.static classJson representation. -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfoof(Version version, UUID uuid, LocalDateTime localDateTimeUTC) Yields a node information object.
-
Method Details
-
of
Yields a node information object.- Parameters:
version- the version of the nodeuuid- the UUID of the nodelocalDateTimeUTC- the local date and time UTC of the node- Returns:
- the node information object
-