public class BlockResponseImpl extends java.lang.Object implements BlockResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getBaseTarget() |
java.lang.String |
getBlock() |
long |
getBlockId() |
byte[] |
getBlockSignature() |
java.math.BigInteger |
getCumulativeDifficulty() |
java.util.List<ChainTransactionId> |
getExecutedPhasedTransactionIds() |
java.util.List<TransactionResponse> |
getExecutedPhasedTransactions() |
byte[] |
getGenerationSignature() |
java.lang.String |
getGenerator() |
long |
getGeneratorId() |
byte[] |
getGeneratorPublicKey() |
java.lang.String |
getGeneratorRs() |
int |
getHeight() |
java.lang.String |
getNextBlock() |
long |
getNextBlockId() |
int |
getNumberOfTransactions() |
java.util.List<byte[]> |
getParentTransactionFullHashes() |
java.util.List<TransactionResponse> |
getParentTransactions() |
byte[] |
getPayloadHash() |
java.lang.String |
getPreviousBlock() |
byte[] |
getPreviousBlockHash() |
long |
getPreviousBlockId() |
int |
getTimestamp() |
long |
getTotalFeeFQT() |
byte |
getVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic long getBlockId()
getBlockId in interface BlockResponsepublic java.lang.String getBlock()
getBlock in interface BlockResponsepublic int getHeight()
getHeight in interface BlockResponsepublic long getGeneratorId()
getGeneratorId in interface BlockResponsepublic java.lang.String getGenerator()
getGenerator in interface BlockResponsepublic java.lang.String getGeneratorRs()
getGeneratorRs in interface BlockResponsepublic byte[] getGeneratorPublicKey()
getGeneratorPublicKey in interface BlockResponsepublic int getTimestamp()
getTimestamp in interface BlockResponsepublic int getNumberOfTransactions()
getNumberOfTransactions in interface BlockResponsepublic long getTotalFeeFQT()
getTotalFeeFQT in interface BlockResponsepublic byte getVersion()
getVersion in interface BlockResponsepublic long getBaseTarget()
getBaseTarget in interface BlockResponsepublic java.math.BigInteger getCumulativeDifficulty()
getCumulativeDifficulty in interface BlockResponsepublic long getPreviousBlockId()
getPreviousBlockId in interface BlockResponsepublic java.lang.String getPreviousBlock()
getPreviousBlock in interface BlockResponsepublic long getNextBlockId()
getNextBlockId in interface BlockResponsepublic java.lang.String getNextBlock()
getNextBlock in interface BlockResponsepublic byte[] getPayloadHash()
getPayloadHash in interface BlockResponsepublic byte[] getGenerationSignature()
getGenerationSignature in interface BlockResponsepublic byte[] getPreviousBlockHash()
getPreviousBlockHash in interface BlockResponsepublic byte[] getBlockSignature()
getBlockSignature in interface BlockResponsepublic java.util.List<byte[]> getParentTransactionFullHashes()
getParentTransactionFullHashes in interface BlockResponsepublic java.util.List<TransactionResponse> getParentTransactions()
getParentTransactions in interface BlockResponsepublic java.util.List<ChainTransactionId> getExecutedPhasedTransactionIds()
getExecutedPhasedTransactionIds in interface BlockResponsepublic java.util.List<TransactionResponse> getExecutedPhasedTransactions()
getExecutedPhasedTransactions in interface BlockResponse