public class StoredUndoableBlock extends Object
Constructor and Description |
---|
StoredUndoableBlock(Sha256Hash hash,
List<Transaction> transactions) |
StoredUndoableBlock(Sha256Hash hash,
TransactionOutputChanges txOutChanges) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Sha256Hash |
getHash()
Get the hash of the represented block
|
List<Transaction> |
getTransactions()
Get the full list of transactions if it is stored, otherwise null.
|
TransactionOutputChanges |
getTxOutChanges()
Get the transaction output changes if they have been calculated, otherwise null.
|
int |
hashCode() |
String |
toString() |
public StoredUndoableBlock(Sha256Hash hash, TransactionOutputChanges txOutChanges)
public StoredUndoableBlock(Sha256Hash hash, List<Transaction> transactions)
public TransactionOutputChanges getTxOutChanges()
public List<Transaction> getTransactions()
public Sha256Hash getHash()
Copyright © 2016. All rights reserved.