Class NodeInfos

java.lang.Object
io.mokamint.node.NodeInfos

public abstract class NodeInfos extends Object
Providers of non-consensus node information.
  • Method Details

    • of

      public static NodeInfo of(Version version, UUID uuid, LocalDateTime localDateTimeUTC)
      Yields a node information object.
      Parameters:
      version - the version of the node
      uuid - the UUID of the node
      localDateTimeUTC - the local date and time UTC of the node
      Returns:
      the node information object