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