public interface Block
| Modifier and Type | Method and Description | 
|---|---|
| long | getBaseTarget() | 
| byte[] | getBlockSignature() | 
| byte[] | getBytes() | 
| java.math.BigInteger | getCumulativeDifficulty() | 
| byte[] | getGenerationSignature() | 
| long | getGeneratorId() | 
| byte[] | getGeneratorPublicKey() | 
| int | getHeight() | 
| long | getId() | 
| org.json.simple.JSONObject | getJSONObject() | 
| long | getNextBlockId() | 
| byte[] | getPayloadHash() | 
| int | getPayloadLength() | 
| byte[] | getPreviousBlockHash() | 
| long | getPreviousBlockId() | 
| java.lang.String | getStringId() | 
| int | getTimestamp() | 
| long | getTotalAmountNQT() | 
| long | getTotalFeeNQT() | 
| java.util.List<? extends Transaction> | getTransactions() | 
| int | getVersion() | 
int getVersion()
long getId()
java.lang.String getStringId()
int getHeight()
int getTimestamp()
long getGeneratorId()
byte[] getGeneratorPublicKey()
long getPreviousBlockId()
byte[] getPreviousBlockHash()
long getNextBlockId()
long getTotalAmountNQT()
long getTotalFeeNQT()
int getPayloadLength()
byte[] getPayloadHash()
java.util.List<? extends Transaction> getTransactions()
byte[] getGenerationSignature()
byte[] getBlockSignature()
long getBaseTarget()
java.math.BigInteger getCumulativeDifficulty()
byte[] getBytes()
org.json.simple.JSONObject getJSONObject()