Package nxt.http.responses
Interface BlockResponse
-
public interface BlockResponse
-
-
Method Summary
-
-
-
Method Detail
-
create
static BlockResponse create(org.json.simple.JSONObject object)
-
create
static BlockResponse create(JO object)
-
getBlockId
long getBlockId()
-
getBlock
java.lang.String getBlock()
-
getHeight
int getHeight()
-
getGeneratorId
long getGeneratorId()
-
getGenerator
java.lang.String getGenerator()
-
getGeneratorRs
java.lang.String getGeneratorRs()
-
getGeneratorPublicKey
byte[] getGeneratorPublicKey()
-
getTimestamp
int getTimestamp()
-
getNumberOfTransactions
int getNumberOfTransactions()
-
getTotalFeeFQT
long getTotalFeeFQT()
-
getVersion
byte getVersion()
-
getBaseTarget
long getBaseTarget()
-
getCumulativeDifficulty
java.math.BigInteger getCumulativeDifficulty()
-
getPreviousBlockId
long getPreviousBlockId()
-
getPreviousBlock
java.lang.String getPreviousBlock()
-
getNextBlockId
long getNextBlockId()
-
getNextBlock
java.lang.String getNextBlock()
-
getPayloadHash
byte[] getPayloadHash()
-
getGenerationSignature
byte[] getGenerationSignature()
-
getPreviousBlockHash
byte[] getPreviousBlockHash()
-
getBlockSignature
byte[] getBlockSignature()
-
getParentTransactionFullHashes
java.util.List<byte[]> getParentTransactionFullHashes()
-
getParentTransactions
java.util.List<TransactionResponse> getParentTransactions()
-
getExecutedPhasedTransactionIds
java.util.List<java.lang.Long> getExecutedPhasedTransactionIds()
-
getExecutedPhasedTransactions
java.util.List<TransactionResponse> getExecutedPhasedTransactions()
-
-