Class MoneroAltChain

java.lang.Object
monero.daemon.model.MoneroAltChain

public class MoneroAltChain extends Object
Models an alternative chain seen by the node.
  • Constructor Details Link icon

    • MoneroAltChain Link icon

      public MoneroAltChain()
  • Method Details Link icon

    • getBlockHashes Link icon

      public List<String> getBlockHashes()
    • setBlockHashes Link icon

      public void setBlockHashes(List<String> blockHashes)
    • getDifficulty Link icon

      public BigInteger getDifficulty()
    • setDifficulty Link icon

      public void setDifficulty(BigInteger difficulty)
    • getHeight Link icon

      public Long getHeight()
    • setHeight Link icon

      public void setHeight(Long height)
    • getLength Link icon

      public Long getLength()
    • setLength Link icon

      public void setLength(Long length)
    • getMainChainParentBlockHash Link icon

      public String getMainChainParentBlockHash()
    • setMainChainParentBlockHash Link icon

      public void setMainChainParentBlockHash(String mainChainParentBlockHash)