-
- All Implemented Interfaces:
-
org.bitcoindevkit.Disposable
public final class LocalChainChangeSet implements Disposable
Changes to the local chain
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLocalChainChangeSet.Companion
-
Field Summary
Fields Modifier and Type Field Description private List<ChainChange>changes
-
Constructor Summary
Constructors Constructor Description LocalChainChangeSet(List<ChainChange> changes)
-
Method Summary
Modifier and Type Method Description final List<ChainChange>getChanges()final UnitsetChanges(List<ChainChange> changes)Unitdestroy()-
-
Constructor Detail
-
LocalChainChangeSet
LocalChainChangeSet(List<ChainChange> changes)
-
-
Method Detail
-
getChanges
final List<ChainChange> getChanges()
-
setChanges
final Unit setChanges(List<ChainChange> changes)
-
-
-
-