-
- All Implemented Interfaces:
-
org.bitcoindevkit.Disposable
public final class TxGraphChangeSet implements Disposable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTxGraphChangeSet.Companion
-
Method Summary
Modifier and Type Method Description final List<Transaction>getTxs()final UnitsetTxs(List<Transaction> txs)final Map<HashableOutPoint, TxOut>getTxouts()final UnitsetTxouts(Map<HashableOutPoint, TxOut> txouts)final List<Anchor>getAnchors()final UnitsetAnchors(List<Anchor> anchors)final Map<Txid, ULong>getLastSeen()final UnitsetLastSeen(Map<Txid, ULong> lastSeen)final Map<Txid, ULong>getFirstSeen()final UnitsetFirstSeen(Map<Txid, ULong> firstSeen)final Map<Txid, ULong>getLastEvicted()final UnitsetLastEvicted(Map<Txid, ULong> lastEvicted)Unitdestroy()-
-
Method Detail
-
getTxs
final List<Transaction> getTxs()
-
setTxs
final Unit setTxs(List<Transaction> txs)
-
getTxouts
final Map<HashableOutPoint, TxOut> getTxouts()
-
setTxouts
final Unit setTxouts(Map<HashableOutPoint, TxOut> txouts)
-
getAnchors
final List<Anchor> getAnchors()
-
setAnchors
final Unit setAnchors(List<Anchor> anchors)
-
getLastSeen
final Map<Txid, ULong> getLastSeen()
-
setLastSeen
final Unit setLastSeen(Map<Txid, ULong> lastSeen)
-
getFirstSeen
final Map<Txid, ULong> getFirstSeen()
-
setFirstSeen
final Unit setFirstSeen(Map<Txid, ULong> firstSeen)
-
getLastEvicted
final Map<Txid, ULong> getLastEvicted()
-
setLastEvicted
final Unit setLastEvicted(Map<Txid, ULong> lastEvicted)
-
-
-
-