Package org.bitcoinj.testing
Class FakeTxBuilder.DoubleSpends
- java.lang.Object
 - 
- org.bitcoinj.testing.FakeTxBuilder.DoubleSpends
 
 
- 
- Enclosing class:
 - FakeTxBuilder
 
public static class FakeTxBuilder.DoubleSpends extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description TransactionprevTxTransactiont1Transactiont2 
- 
Constructor Summary
Constructors Constructor Description DoubleSpends() 
 - 
 
- 
- 
Field Detail
- 
t1
public Transaction t1
 
- 
t2
public Transaction t2
 
- 
prevTx
public Transaction prevTx
 
 - 
 
 -