Class MoneroHardForkInfo

java.lang.Object
monero.daemon.model.MoneroHardForkInfo

public class MoneroHardForkInfo extends Object
Monero hard fork info.
  • Constructor Details

    • MoneroHardForkInfo

      public MoneroHardForkInfo()
  • Method Details

    • getEarliestHeight

      public Long getEarliestHeight()
    • setEarliestHeight

      public void setEarliestHeight(Long earliestHeight)
    • isEnabled

      public Boolean isEnabled()
    • setIsEnabled

      public void setIsEnabled(Boolean isEnabled)
    • getState

      public Integer getState()
    • setState

      public void setState(Integer state)
    • getThreshold

      public Integer getThreshold()
    • setThreshold

      public void setThreshold(Integer threshold)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getNumVotes

      public Integer getNumVotes()
    • setNumVotes

      public void setNumVotes(Integer numVotes)
    • getWindow

      public Integer getWindow()
    • setWindow

      public void setWindow(Integer window)
    • getVoting

      public Integer getVoting()
    • setVoting

      public void setVoting(Integer voting)
    • getCredits

      public BigInteger getCredits()
    • setCredits

      public void setCredits(BigInteger credits)
    • getTopBlockHash

      public String getTopBlockHash()
    • setTopBlockHash

      public void setTopBlockHash(String topBlockHash)