Class MoneroAltChain

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

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

    • MoneroAltChain

      public MoneroAltChain()
  • Method Details

    • getBlockHashes

      public List<String> getBlockHashes()
    • setBlockHashes

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

      public BigInteger getDifficulty()
    • setDifficulty

      public void setDifficulty(BigInteger difficulty)
    • getHeight

      public Long getHeight()
    • setHeight

      public void setHeight(Long height)
    • getLength

      public Long getLength()
    • setLength

      public void setLength(Long length)
    • getMainChainParentBlockHash

      public String getMainChainParentBlockHash()
    • setMainChainParentBlockHash

      public void setMainChainParentBlockHash(String mainChainParentBlockHash)