package index
- Alphabetic
- Public
- Protected
Type Members
- sealed trait ContractState extends AnyRef
- sealed trait ContractStateStatus extends Product with Serializable
- trait ContractStore extends AnyRef
Meant be used for optimistic contract lookups before command submission.
- trait IndexActiveContractsService extends AnyRef
Serves as a backend to implement com.daml.ledger.api.v2.state_service.StateServiceGrpc.StateService
- trait IndexCompletionsService extends LedgerEndService
Serves as a backend to implement com.daml.ledger.api.v2.command_completion_service.CommandCompletionServiceGrpc.CommandCompletionService
- trait IndexEventQueryService extends LedgerEndService
Serves as a backend to implement com.daml.ledger.api.v2.event_query_service.EventQueryServiceGrpc.EventQueryService
- trait IndexParticipantPruningService extends AnyRef
Serves as a backend to implement ParticipantPruningService.
- trait IndexPartyManagementService extends AnyRef
Serves as a backend to implement com.daml.ledger.api.v2.admin.party_management_service.PartyManagementServiceGrpc
- trait IndexService extends IndexCompletionsService with IndexUpdateService with IndexEventQueryService with IndexActiveContractsService with ContractStore with MaximumLedgerTimeService with IndexPartyManagementService with IndexParticipantPruningService with ReportsHealth
- trait IndexUpdateService extends LedgerEndService
Serves as a backend to implement com.daml.ledger.api.v2.update_service.UpdateServiceGrpc.UpdateService
Serves as a backend to implement com.daml.ledger.api.v2.update_service.UpdateServiceGrpc.UpdateService
- Annotations
- @nowarn()
- 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.
- trait LedgerEndService extends AnyRef
Serves as a backend to implement ledger end related API calls.
- sealed trait MaximumLedgerTime extends AnyRef
The outcome of determining the maximum ledger time of a set of contracts.
- trait MaximumLedgerTimeService extends AnyRef
Value Members
- object ContractState
- object ContractStateStatus extends Serializable
- object MaximumLedgerTime