Operations related to indexerBlock contents
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait AbstractServiceclass Objecttrait Matchableclass Any
- Known subtypes
-
class TransactionServiceStub
Members list
Value members
Abstract methods
Create an index on transactions in the indexer database. The index will allow transactions to be found quickly based on the contents of their data field.
Create an index on transactions in the indexer database. The index will allow transactions to be found quickly based on the contents of their data field.
This returns as soon as the index is created. After the index is created, if the populate parameter is true then indexer will asynchronously populate the index.
Attributes
Delete an index from the indexer database.
Delete an index from the indexer database.
Attributes
Return a collection of IndexSpec objects, where each IndexSpec object corresponds to an index in the indexer database. The content of each IndexSpec object is the same as the IndexSpec object used to create the index.
Return a collection of IndexSpec objects, where each IndexSpec object corresponds to an index in the indexer database. The content of each IndexSpec object is the same as the IndexSpec object used to create the index.
Attributes
Retrieve transactions that are included in the named index. If the keys parameter is supplied, then only transactions whose index records match the specified key values are included in the result.
Retrieve transactions that are included in the named index. If the keys parameter is supplied, then only transactions whose index records match the specified key values are included in the result.
Attributes
Retrieve a transaction with the specified id from the configured indexer service. This returns its result when there is a transaction present in the indexer service with the specified id and the confidence factor of the block that contains the transaction is greater than or equal to the value of the confidenceFactor parameter.
Retrieve a transaction with the specified id from the configured indexer service. This returns its result when there is a transaction present in the indexer service with the specified id and the confidence factor of the block that contains the transaction is greater than or equal to the value of the confidenceFactor parameter.
Attributes
Retrieve transactions that have an input or output associated with any of the specified addresses from the configured indexer service. This returns a stream of existing and future transactions from the indexer service with the specified id that are in a block with confidence factor greater than or equal to the value of the confidenceFactor parameter.
Retrieve transactions that have an input or output associated with any of the specified addresses from the configured indexer service. This returns a stream of existing and future transactions from the indexer service with the specified id that are in a block with confidence factor greater than or equal to the value of the confidenceFactor parameter.
Attributes
Retrieve from the configured indexer service TxOs (spent or unspent) that contain the type of asset specified by the asset label and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. As new TxOs are added or UTxOs are spent that match the request, additional results are returned.
Retrieve from the configured indexer service TxOs (spent or unspent) that contain the type of asset specified by the asset label and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. As new TxOs are added or UTxOs are spent that match the request, additional results are returned.
Attributes
Retrieve from the configured indexer service TxOs (spent or unspent) that are associated with any of the specified addresses and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. This returns immediately.
Retrieve from the configured indexer service TxOs (spent or unspent) that are associated with any of the specified addresses and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. This returns immediately.
Attributes
Retrieve from the configured indexer service TxOs (spent or unspent) that are associated with any of the specified addresses and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. As new TxOs are added or UTxOs are spent that match the request, additional results are returned.
Retrieve from the configured indexer service TxOs (spent or unspent) that are associated with any of the specified addresses and are in a block whose confidence factor is greater than or equal to the value of the confidenceFactor parameter. As new TxOs are added or UTxOs are spent that match the request, additional results are returned.
Attributes
Concrete methods
Attributes
- Definition Classes
-
AbstractService