-
public interface ChangeSetInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChangeSetInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract DescriptorchangeDescriptor()Get the change Descriptorabstract Descriptordescriptor()Get the receiving Descriptor.abstract IndexerChangeSetindexerChangeset()Get the changes to the indexer. abstract LocalChainChangeSetlocalchainChangeset()Get the changes to the local chain. abstract Networknetwork()Get the Networkabstract TxGraphChangeSettxGraphChangeset()Get the changes to the transaction graph. -
-
Method Detail
-
changeDescriptor
abstract Descriptor changeDescriptor()
Get the change
Descriptor
-
descriptor
abstract Descriptor descriptor()
Get the receiving
Descriptor.
-
indexerChangeset
abstract IndexerChangeSet indexerChangeset()
Get the changes to the indexer.
-
localchainChangeset
abstract LocalChainChangeSet localchainChangeset()
Get the changes to the local chain.
-
txGraphChangeset
abstract TxGraphChangeSet txGraphChangeset()
Get the changes to the transaction graph.
-
-
-
-