Interface BlockResponse

All Known Implementing Classes:
BlockResponseImpl

public interface BlockResponse
  • Method Details

    • create

      static BlockResponse create(JO object)
    • 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()