Package nxt.http.responses
Interface BlockResponse
- All Known Implementing Classes:
BlockResponseImpl
public interface BlockResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockResponselonggetBlock()longbyte[]byte[]longbyte[]intlongintList<byte[]>byte[]byte[]longintlongbyte
-
Method Details
-
create
-
getBlockId
long getBlockId() -
getBlock
String getBlock() -
getHeight
int getHeight() -
getGeneratorId
long getGeneratorId() -
getGenerator
String getGenerator() -
getGeneratorRs
String getGeneratorRs() -
getGeneratorPublicKey
byte[] getGeneratorPublicKey() -
getTimestamp
int getTimestamp() -
getNumberOfTransactions
int getNumberOfTransactions() -
getTotalFeeFQT
long getTotalFeeFQT() -
getVersion
byte getVersion() -
getBaseTarget
long getBaseTarget() -
getCumulativeDifficulty
BigInteger getCumulativeDifficulty() -
getPreviousBlockId
long getPreviousBlockId() -
getPreviousBlock
String getPreviousBlock() -
getNextBlockId
long getNextBlockId() -
getNextBlock
String getNextBlock() -
getPayloadHash
byte[] getPayloadHash() -
getGenerationSignature
byte[] getGenerationSignature() -
getPreviousBlockHash
byte[] getPreviousBlockHash() -
getBlockSignature
byte[] getBlockSignature() -
getParentTransactionFullHashes
List<byte[]> getParentTransactionFullHashes() -
getParentTransactions
List<TransactionResponse> getParentTransactions() -
getExecutedPhasedTransactionIds
List<ChainTransactionId> getExecutedPhasedTransactionIds() -
getExecutedPhasedTransactions
List<TransactionResponse> getExecutedPhasedTransactions()
-