Package monero.daemon.model
Class MoneroAltChain
java.lang.Object
monero.daemon.model.MoneroAltChain
Models an alternative chain seen by the node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBlockHashes
(List<String> blockHashes) void
setDifficulty
(BigInteger difficulty) void
void
void
setMainChainParentBlockHash
(String mainChainParentBlockHash)
-
Constructor Details
-
MoneroAltChain
public MoneroAltChain()
-
-
Method Details
-
getBlockHashes
-
setBlockHashes
-
getDifficulty
-
setDifficulty
-
getHeight
-
setHeight
-
getLength
-
setLength
-
getMainChainParentBlockHash
-
setMainChainParentBlockHash
-