Package org.bitcoinj.core
Class TransactionOutputChanges
java.lang.Object
org.bitcoinj.core.TransactionOutputChanges
TransactionOutputChanges represents a delta to the set of unspent outputs. It used as a return value for
AbstractBlockChain.connectTransactions(int, Block)
. It contains the full list of transaction outputs created
and spent in a block. It DOES contain outputs created that were spent later in the block, as those are needed for
BIP30 (no duplicate txid creation if the previous one was not fully spent prior to this block) verification.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
txOutsCreated
-
txOutsSpent
-
-
Constructor Details
-
TransactionOutputChanges
-
TransactionOutputChanges
- Throws:
IOException
-
-
Method Details
-
serializeToStream
- Throws:
IOException
-