public static class NetworkMessage.CumulativeDifficultyMessage extends NetworkMessage
NetworkMessage.AddPeersMessage, NetworkMessage.BlockchainStateMessage, NetworkMessage.BlockIdsMessage, NetworkMessage.BlockInventoryMessage, NetworkMessage.BlocksMessage, NetworkMessage.BundlerRateMessage, NetworkMessage.CumulativeDifficultyMessage, NetworkMessage.ErrorMessage, NetworkMessage.GetBlockMessage, NetworkMessage.GetCumulativeDifficultyMessage, NetworkMessage.GetInfoMessage, NetworkMessage.GetMilestoneBlockIdsMessage, NetworkMessage.GetNextBlockIdsMessage, NetworkMessage.GetNextBlocksMessage, NetworkMessage.GetPeersMessage, NetworkMessage.GetTransactionsMessage, NetworkMessage.GetUnconfirmedTransactionsMessage, NetworkMessage.MilestoneBlockIdsMessage, NetworkMessage.TransactionsInventoryMessage, NetworkMessage.TransactionsMessageMAX_ARRAY_LENGTH, MAX_LIST_SIZE, MAX_LIST_SIZE_PRE_2_3_3, messageId| Constructor and Description |
|---|
CumulativeDifficultyMessage(long messageId,
java.math.BigInteger cumulativeDifficulty,
int blockHeight)
Construct a CumulativeDifficulty message
|
| Modifier and Type | Method and Description |
|---|---|
protected NetworkMessage |
constructMessage(java.nio.ByteBuffer bytes)
Construct the message from the message bytes
|
int |
getBlockHeight()
Get the block height
|
java.math.BigInteger |
getCumulativeDifficulty()
Get the cumulative difficulty
|
public CumulativeDifficultyMessage(long messageId,
java.math.BigInteger cumulativeDifficulty,
int blockHeight)
messageId - Message identifier from the GetCumulativeDifficulty messagecumulativeDifficulty - Cumulative difficultyblockHeight - Block heightprotected NetworkMessage constructMessage(java.nio.ByteBuffer bytes) throws java.nio.BufferOverflowException, java.nio.BufferUnderflowException, nxt.peer.NetworkException
constructMessage in class NetworkMessagebytes - Message bytes following the message namejava.nio.BufferOverflowException - Message buffer is too smalljava.nio.BufferUnderflowException - Message is too shortNetworkException - Message is not validpublic java.math.BigInteger getCumulativeDifficulty()
public int getBlockHeight()