Interface Block

All Known Implementing Classes:
BlockImpl

public interface Block
  • Method Details

    • getVersion

      int getVersion()
    • getId

      long getId()
    • getStringId

      String getStringId()
    • getHeight

      int getHeight()
    • getTimestamp

      int getTimestamp()
    • getGeneratorId

      long getGeneratorId()
    • getGeneratorPublicKey

      byte[] getGeneratorPublicKey()
    • getPreviousBlockId

      long getPreviousBlockId()
    • getPreviousBlockHash

      byte[] getPreviousBlockHash()
    • getNextBlockId

      long getNextBlockId()
    • getTotalFeeFQT

      long getTotalFeeFQT()
    • getPayloadHash

      byte[] getPayloadHash()
    • getFxtTransactions

      List<? extends FxtTransaction> getFxtTransactions()
    • getGenerationSignature

      byte[] getGenerationSignature()
    • getBlockSignature

      byte[] getBlockSignature()
    • getBaseTarget

      long getBaseTarget()
    • getCumulativeDifficulty

      BigInteger getCumulativeDifficulty()
    • getBytes

      byte[] getBytes()