Package nxt.blockchain
Interface Block
- All Known Implementing Classes:
BlockImpl
public interface Block
-
Method Summary
Modifier and TypeMethodDescriptionlongbyte[]byte[]getBytes()List<? extends FxtTransaction>byte[]longbyte[]intlonggetId()longbyte[]byte[]longintlongint
-
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()
-