public class SignedBlock extends SignedBlockHeader
| Modifier and Type | Field and Description |
|---|---|
protected List<CompletedTransaction> |
transactions |
supernodeSignatureextensions, previous, supernode, timestamp, transactionMerkleRoot| Modifier | Constructor and Description |
|---|---|
protected |
SignedBlock()
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompletedTransaction> |
getTransactions() |
String |
toString() |
getSupernodeSignature, setSupernodeSignature, toByteArraygetExtensions, getPrevious, getSupernode, getTimestamp, getTransactionMerkleRoot, setExtensions, setPrevious, setSupernode, setTimestamp, setTransactionMerkleRootprotected List<CompletedTransaction> transactions
protected SignedBlock()
Visibility set to protected as this object is the parent of
ExtendedSignedBlock.
public List<CompletedTransaction> getTransactions()
public String toString()
toString in class SignedBlockHeaderCopyright © 2019. All rights reserved.