Packages

package index

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ContractState extends AnyRef
  2. sealed trait ContractStateStatus extends Product with Serializable
  3. trait ContractStore extends AnyRef

    Meant be used for optimistic contract lookups before command submission.

  4. trait IndexActiveContractsService extends AnyRef

    Serves as a backend to implement com.daml.ledger.api.v2.state_service.StateServiceGrpc.StateService

  5. trait IndexCompletionsService extends LedgerEndService

    Serves as a backend to implement com.daml.ledger.api.v2.command_completion_service.CommandCompletionServiceGrpc.CommandCompletionService

  6. trait IndexEventQueryService extends LedgerEndService

    Serves as a backend to implement com.daml.ledger.api.v2.event_query_service.EventQueryServiceGrpc.EventQueryService

  7. trait IndexParticipantPruningService extends AnyRef

    Serves as a backend to implement ParticipantPruningService.

  8. trait IndexPartyManagementService extends AnyRef

    Serves as a backend to implement com.daml.ledger.api.v2.admin.party_management_service.PartyManagementServiceGrpc

  9. trait IndexService extends IndexCompletionsService with IndexUpdateService with IndexEventQueryService with IndexActiveContractsService with ContractStore with MaximumLedgerTimeService with IndexPartyManagementService with IndexParticipantPruningService with ReportsHealth
  10. trait IndexUpdateService extends LedgerEndService

    Serves as a backend to implement com.daml.ledger.api.v2.update_service.UpdateServiceGrpc.UpdateService

    Annotations
    @nowarn()
  11. final case class IndexerPartyDetails(party: Party, isLocal: Boolean) extends Product with Serializable

    Represents a party with additional known information.

    Represents a party with additional known information.

    party

    The stable unique identifier of a Daml party.

    isLocal

    True if party is hosted by the backing participant.

  12. trait LedgerEndService extends AnyRef

    Serves as a backend to implement ledger end related API calls.

  13. sealed trait MaximumLedgerTime extends AnyRef

    The outcome of determining the maximum ledger time of a set of contracts.

  14. trait MaximumLedgerTimeService extends AnyRef

Value Members

  1. object ContractState
  2. object ContractStateStatus extends Serializable
  3. object MaximumLedgerTime

Ungrouped