Package nxt.http.responses
Class BlockResponseImpl
java.lang.Object
nxt.http.responses.BlockResponseImpl
- All Implemented Interfaces:
BlockResponse
-
Method Details
-
getBlockId
public long getBlockId()- Specified by:
getBlockIdin interfaceBlockResponse
-
getBlock
- Specified by:
getBlockin interfaceBlockResponse
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceBlockResponse
-
getGeneratorId
public long getGeneratorId()- Specified by:
getGeneratorIdin interfaceBlockResponse
-
getGenerator
- Specified by:
getGeneratorin interfaceBlockResponse
-
getGeneratorRs
- Specified by:
getGeneratorRsin interfaceBlockResponse
-
getGeneratorPublicKey
public byte[] getGeneratorPublicKey()- Specified by:
getGeneratorPublicKeyin interfaceBlockResponse
-
getTimestamp
public int getTimestamp()- Specified by:
getTimestampin interfaceBlockResponse
-
getNumberOfTransactions
public int getNumberOfTransactions()- Specified by:
getNumberOfTransactionsin interfaceBlockResponse
-
getTotalFeeFQT
public long getTotalFeeFQT()- Specified by:
getTotalFeeFQTin interfaceBlockResponse
-
getVersion
public byte getVersion()- Specified by:
getVersionin interfaceBlockResponse
-
getBaseTarget
public long getBaseTarget()- Specified by:
getBaseTargetin interfaceBlockResponse
-
getCumulativeDifficulty
- Specified by:
getCumulativeDifficultyin interfaceBlockResponse
-
getPreviousBlockId
public long getPreviousBlockId()- Specified by:
getPreviousBlockIdin interfaceBlockResponse
-
getPreviousBlock
- Specified by:
getPreviousBlockin interfaceBlockResponse
-
getNextBlockId
public long getNextBlockId()- Specified by:
getNextBlockIdin interfaceBlockResponse
-
getNextBlock
- Specified by:
getNextBlockin interfaceBlockResponse
-
getPayloadHash
public byte[] getPayloadHash()- Specified by:
getPayloadHashin interfaceBlockResponse
-
getGenerationSignature
public byte[] getGenerationSignature()- Specified by:
getGenerationSignaturein interfaceBlockResponse
-
getPreviousBlockHash
public byte[] getPreviousBlockHash()- Specified by:
getPreviousBlockHashin interfaceBlockResponse
-
getBlockSignature
public byte[] getBlockSignature()- Specified by:
getBlockSignaturein interfaceBlockResponse
-
getParentTransactionFullHashes
- Specified by:
getParentTransactionFullHashesin interfaceBlockResponse
-
getParentTransactions
- Specified by:
getParentTransactionsin interfaceBlockResponse
-
getExecutedPhasedTransactionIds
- Specified by:
getExecutedPhasedTransactionIdsin interfaceBlockResponse
-
getExecutedPhasedTransactions
- Specified by:
getExecutedPhasedTransactionsin interfaceBlockResponse
-