public class SignedBlockWithInfo extends SignedBlock
transactionssupernodeSignatureextensions, previous, supernode, timestamp, transactionMerkleRoot| Modifier | Constructor and Description |
|---|---|
protected |
SignedBlockWithInfo()
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 |
|---|---|
BlockId |
getBlockId() |
PublicKey |
getSigningKey() |
List<TransactionId> |
getTransactionIds() |
void |
setBlockId(BlockId blockId) |
void |
setSigningKey(PublicKey signingKey) |
void |
setTransactionIds(List<TransactionId> transactionIds) |
String |
toString() |
getTransactionsgetSupernodeSignature, setSupernodeSignature, toByteArraygetExtensions, getPrevious, getSupernode, getTimestamp, getTransactionMerkleRoot, setExtensions, setPrevious, setSupernode, setTimestamp, setTransactionMerkleRootprotected SignedBlockWithInfo()
public BlockId getBlockId()
public void setBlockId(BlockId blockId)
blockId - the blockId to setpublic PublicKey getSigningKey()
public void setSigningKey(PublicKey signingKey)
signingKey - the signingKey to setpublic List<TransactionId> getTransactionIds()
public void setTransactionIds(List<TransactionId> transactionIds)
transactionIds - the transactionIds to setpublic String toString()
toString in class SignedBlockCopyright © 2019. All rights reserved.