Class MinerInfos

java.lang.Object
io.mokamint.node.MinerInfos

public abstract class MinerInfos extends Object
Providers of miner information objects.
  • Method Details

    • of

      public static MinerInfo of(UUID uuid, long points, String description)
      Yields a miner information object.
      Parameters:
      uuid - the unique identifier of the miner
      points - the points of the miner
      description - the description of the miner
      Returns:
      the miner information object