-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.bitcoindevkit.ChangeSetInterface,org.bitcoindevkit.Disposable
public class ChangeSet implements Disposable, AutoCloseable, ChangeSetInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChangeSet.Companion
-
Constructor Summary
Constructors Constructor Description ChangeSet()Create an empty ChangeSet.
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()DescriptorchangeDescriptor()Get the change DescriptorDescriptordescriptor()Get the receiving Descriptor.IndexerChangeSetindexerChangeset()Get the changes to the indexer. LocalChainChangeSetlocalchainChangeset()Get the changes to the local chain. Networknetwork()Get the NetworkTxGraphChangeSettxGraphChangeset()Get the changes to the transaction graph. -
-
Method Detail
-
changeDescriptor
Descriptor changeDescriptor()
Get the change
Descriptor
-
descriptor
Descriptor descriptor()
Get the receiving
Descriptor.
-
indexerChangeset
IndexerChangeSet indexerChangeset()
Get the changes to the indexer.
-
localchainChangeset
LocalChainChangeSet localchainChangeset()
Get the changes to the local chain.
-
txGraphChangeset
TxGraphChangeSet txGraphChangeset()
Get the changes to the transaction graph.
-
-
-
-