| ActiveContractsServiceGrpc | 
 
 Allows clients to initialize themselves according to a fairly recent state of the ledger without reading through all transactions that were committed since the ledger's creation. 
 | 
| ActiveContractsServiceGrpc.ActiveContractsServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service ActiveContractsService. 
 | 
| ActiveContractsServiceGrpc.ActiveContractsServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service ActiveContractsService. 
 | 
| ActiveContractsServiceGrpc.ActiveContractsServiceImplBase | 
 Base class for the server implementation of the service ActiveContractsService. 
 | 
| ActiveContractsServiceGrpc.ActiveContractsServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service ActiveContractsService. 
 | 
| ActiveContractsServiceOuterClass | 
  | 
| ActiveContractsServiceOuterClass.GetActiveContractsRequest | 
 Protobuf type com.daml.ledger.api.v1.GetActiveContractsRequest 
 | 
| ActiveContractsServiceOuterClass.GetActiveContractsRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetActiveContractsRequest 
 | 
| ActiveContractsServiceOuterClass.GetActiveContractsResponse | 
 Protobuf type com.daml.ledger.api.v1.GetActiveContractsResponse 
 | 
| ActiveContractsServiceOuterClass.GetActiveContractsResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetActiveContractsResponse 
 | 
| CommandCompletionServiceGrpc | 
 
 Allows clients to observe the status of their submissions. 
 | 
| CommandCompletionServiceGrpc.CommandCompletionServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service CommandCompletionService. 
 | 
| CommandCompletionServiceGrpc.CommandCompletionServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service CommandCompletionService. 
 | 
| CommandCompletionServiceGrpc.CommandCompletionServiceImplBase | 
 Base class for the server implementation of the service CommandCompletionService. 
 | 
| CommandCompletionServiceGrpc.CommandCompletionServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service CommandCompletionService. 
 | 
| CommandCompletionServiceOuterClass | 
  | 
| CommandCompletionServiceOuterClass.Checkpoint | 
 
 Checkpoints may be used to:
 * detect time out of commands. 
 | 
| CommandCompletionServiceOuterClass.Checkpoint.Builder | 
 
 Checkpoints may be used to:
 * detect time out of commands. 
 | 
| CommandCompletionServiceOuterClass.CompletionEndRequest | 
 Protobuf type com.daml.ledger.api.v1.CompletionEndRequest 
 | 
| CommandCompletionServiceOuterClass.CompletionEndRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.CompletionEndRequest 
 | 
| CommandCompletionServiceOuterClass.CompletionEndResponse | 
 Protobuf type com.daml.ledger.api.v1.CompletionEndResponse 
 | 
| CommandCompletionServiceOuterClass.CompletionEndResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.CompletionEndResponse 
 | 
| CommandCompletionServiceOuterClass.CompletionStreamRequest | 
 Protobuf type com.daml.ledger.api.v1.CompletionStreamRequest 
 | 
| CommandCompletionServiceOuterClass.CompletionStreamRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.CompletionStreamRequest 
 | 
| CommandCompletionServiceOuterClass.CompletionStreamResponse | 
 Protobuf type com.daml.ledger.api.v1.CompletionStreamResponse 
 | 
| CommandCompletionServiceOuterClass.CompletionStreamResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.CompletionStreamResponse 
 | 
| CommandServiceGrpc | 
 
 Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
 information with each tracking result. 
 | 
| CommandServiceGrpc.CommandServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service CommandService. 
 | 
| CommandServiceGrpc.CommandServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service CommandService. 
 | 
| CommandServiceGrpc.CommandServiceImplBase | 
 Base class for the server implementation of the service CommandService. 
 | 
| CommandServiceGrpc.CommandServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service CommandService. 
 | 
| CommandServiceOuterClass | 
  | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionIdResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionIdResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionResponse | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionTreeResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.SubmitAndWaitForTransactionTreeResponse 
 | 
| CommandServiceOuterClass.SubmitAndWaitRequest | 
 
 These commands are atomic, and will become transactions. 
 | 
| CommandServiceOuterClass.SubmitAndWaitRequest.Builder | 
 
 These commands are atomic, and will become transactions. 
 | 
| CommandsOuterClass | 
  | 
| CommandsOuterClass.Command | 
 
 A command can either create a new contract or exercise a choice on an existing contract. 
 | 
| CommandsOuterClass.Command.Builder | 
 
 A command can either create a new contract or exercise a choice on an existing contract. 
 | 
| CommandsOuterClass.Commands | 
 
 A composite command that groups multiple commands together. 
 | 
| CommandsOuterClass.Commands.Builder | 
 
 A composite command that groups multiple commands together. 
 | 
| CommandsOuterClass.CreateAndExerciseCommand | 
 
 Create a contract and exercise a choice on it in the same transaction. 
 | 
| CommandsOuterClass.CreateAndExerciseCommand.Builder | 
 
 Create a contract and exercise a choice on it in the same transaction. 
 | 
| CommandsOuterClass.CreateCommand | 
 
 Create a new contract instance based on a template. 
 | 
| CommandsOuterClass.CreateCommand.Builder | 
 
 Create a new contract instance based on a template. 
 | 
| CommandsOuterClass.DisclosedContract | 
 
 An additional contract that is used to resolve
 contract & contract key lookups. 
 | 
| CommandsOuterClass.DisclosedContract.Builder | 
 
 An additional contract that is used to resolve
 contract & contract key lookups. 
 | 
| CommandsOuterClass.ExerciseByKeyCommand | 
 
 Exercise a choice on an existing contract specified by its key. 
 | 
| CommandsOuterClass.ExerciseByKeyCommand.Builder | 
 
 Exercise a choice on an existing contract specified by its key. 
 | 
| CommandsOuterClass.ExerciseCommand | 
 
 Exercise a choice on an existing contract. 
 | 
| CommandsOuterClass.ExerciseCommand.Builder | 
 
 Exercise a choice on an existing contract. 
 | 
| CommandSubmissionServiceGrpc | 
 
 Allows clients to attempt advancing the ledger's state by submitting commands. 
 | 
| CommandSubmissionServiceGrpc.CommandSubmissionServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service CommandSubmissionService. 
 | 
| CommandSubmissionServiceGrpc.CommandSubmissionServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service CommandSubmissionService. 
 | 
| CommandSubmissionServiceGrpc.CommandSubmissionServiceImplBase | 
 Base class for the server implementation of the service CommandSubmissionService. 
 | 
| CommandSubmissionServiceGrpc.CommandSubmissionServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service CommandSubmissionService. 
 | 
| CommandSubmissionServiceOuterClass | 
  | 
| CommandSubmissionServiceOuterClass.SubmitRequest | 
 
 The submitted commands will be processed atomically in a single transaction. 
 | 
| CommandSubmissionServiceOuterClass.SubmitRequest.Builder | 
 
 The submitted commands will be processed atomically in a single transaction. 
 | 
| CompletionOuterClass | 
  | 
| CompletionOuterClass.Completion | 
 
 A completion represents the status of a submitted command on the ledger: it can be successful or failed. 
 | 
| CompletionOuterClass.Completion.Builder | 
 
 A completion represents the status of a submitted command on the ledger: it can be successful or failed. 
 | 
| ContractMetadataOuterClass | 
  | 
| ContractMetadataOuterClass.ContractMetadata | 
 
 Contract-related metadata used in DisclosedContract (that can be included in command submission)
 or forwarded as part of the CreatedEvent in Active Contract Set or Transaction streams. 
 | 
| ContractMetadataOuterClass.ContractMetadata.Builder | 
 
 Contract-related metadata used in DisclosedContract (that can be included in command submission)
 or forwarded as part of the CreatedEvent in Active Contract Set or Transaction streams. 
 | 
| EventOuterClass | 
  | 
| EventOuterClass.ArchivedEvent | 
 
 Records that a contract has been archived, and choices may no longer be exercised on it. 
 | 
| EventOuterClass.ArchivedEvent.Builder | 
 
 Records that a contract has been archived, and choices may no longer be exercised on it. 
 | 
| EventOuterClass.CreatedEvent | 
 
 Records that a contract has been created, and choices may now be exercised on it. 
 | 
| EventOuterClass.CreatedEvent.Builder | 
 
 Records that a contract has been created, and choices may now be exercised on it. 
 | 
| EventOuterClass.Event | 
 
 An event in the flat transaction stream can either be the creation
 or the archiving of a contract. 
 | 
| EventOuterClass.Event.Builder | 
 
 An event in the flat transaction stream can either be the creation
 or the archiving of a contract. 
 | 
| EventOuterClass.ExercisedEvent | 
 
 Records that a choice has been exercised on a target contract. 
 | 
| EventOuterClass.ExercisedEvent.Builder | 
 
 Records that a choice has been exercised on a target contract. 
 | 
| EventOuterClass.InterfaceView | 
 
 View of a create event matched by an interface filter. 
 | 
| EventOuterClass.InterfaceView.Builder | 
 
 View of a create event matched by an interface filter. 
 | 
| EventQueryServiceGrpc | 
 
 Query events by contract id or key. 
 | 
| EventQueryServiceGrpc.EventQueryServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service EventQueryService. 
 | 
| EventQueryServiceGrpc.EventQueryServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service EventQueryService. 
 | 
| EventQueryServiceGrpc.EventQueryServiceImplBase | 
 Base class for the server implementation of the service EventQueryService. 
 | 
| EventQueryServiceGrpc.EventQueryServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service EventQueryService. 
 | 
| EventQueryServiceOuterClass | 
  | 
| EventQueryServiceOuterClass.GetEventsByContractIdRequest | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractIdRequest 
 | 
| EventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractIdRequest 
 | 
| EventQueryServiceOuterClass.GetEventsByContractIdResponse | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractIdResponse 
 | 
| EventQueryServiceOuterClass.GetEventsByContractIdResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractIdResponse 
 | 
| EventQueryServiceOuterClass.GetEventsByContractKeyRequest | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractKeyRequest 
 | 
| EventQueryServiceOuterClass.GetEventsByContractKeyRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractKeyRequest 
 | 
| EventQueryServiceOuterClass.GetEventsByContractKeyResponse | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractKeyResponse 
 | 
| EventQueryServiceOuterClass.GetEventsByContractKeyResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetEventsByContractKeyResponse 
 | 
| ExperimentalFeaturesOuterClass | 
  | 
| ExperimentalFeaturesOuterClass.AcsActiveAtOffsetFeature | 
 
 Whether the Ledger API supports requesting ACS at an offset 
 | 
| ExperimentalFeaturesOuterClass.AcsActiveAtOffsetFeature.Builder | 
 
 Whether the Ledger API supports requesting ACS at an offset 
 | 
| ExperimentalFeaturesOuterClass.CommandDeduplicationFeatures | 
 
 Feature descriptors for command deduplication intended to be used for adapting Ledger API tests. 
 | 
| ExperimentalFeaturesOuterClass.CommandDeduplicationFeatures.Builder | 
 
 Feature descriptors for command deduplication intended to be used for adapting Ledger API tests. 
 | 
| ExperimentalFeaturesOuterClass.CommandDeduplicationPeriodSupport | 
 
 Feature descriptor specifying how deduplication periods can be specified and how they are handled by the participant
 node. 
 | 
| ExperimentalFeaturesOuterClass.CommandDeduplicationPeriodSupport.Builder | 
 
 Feature descriptor specifying how deduplication periods can be specified and how they are handled by the participant
 node. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLog | 
 
 How the committer stores events. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLog.Builder | 
 
 How the committer stores events. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalContractIds | 
 
 See `daml-lf/spec/contract-id.rst` for more information on contract ID formats. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalContractIds.Builder | 
 
 See `daml-lf/spec/contract-id.rst` for more information on contract ID formats. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalExplicitDisclosure | 
 
 Enables the use of explicitly disclosed contracts for command submission 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalExplicitDisclosure.Builder | 
 
 Enables the use of explicitly disclosed contracts for command submission 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalFeatures | 
 
 See the feature message definitions for descriptions. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalFeatures.Builder | 
 
 See the feature message definitions for descriptions. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerId | 
 
 Ledger API does not require ledgerId to be set in the requests. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerId.Builder | 
 
 Ledger API does not require ledgerId to be set in the requests. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes | 
Deprecated. | 
| ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes.Builder | 
 
 GRPC self-service error codes are returned by the Ledger API. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalStaticTime | 
 
 Ledger is in the static time mode and exposes a time service. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalStaticTime.Builder | 
 
 Ledger is in the static time mode and exposes a time service. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalUserAndPartyLocalMetadataExtensions | 
 
 Whether the Ledger API supports:
 - is_deactivated user property,
 - metadata with annotations and resource version for users and parties,
 - update calls for users and parties. 
 | 
| ExperimentalFeaturesOuterClass.ExperimentalUserAndPartyLocalMetadataExtensions.Builder | 
 
 Whether the Ledger API supports:
 - is_deactivated user property,
 - metadata with annotations and resource version for users and parties,
 - update calls for users and parties. 
 | 
| ExperimentalFeaturesOuterClass.TransactionsWithTemplateFilters | 
 
 Whether the Ledger API supports querying for transaction streams using template filters 
 | 
| ExperimentalFeaturesOuterClass.TransactionsWithTemplateFilters.Builder | 
 
 Whether the Ledger API supports querying for transaction streams using template filters 
 | 
| LedgerConfigurationServiceGrpc | 
 
 LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration. 
 | 
| LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service LedgerConfigurationService. 
 | 
| LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service LedgerConfigurationService. 
 | 
| LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase | 
 Base class for the server implementation of the service LedgerConfigurationService. 
 | 
| LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service LedgerConfigurationService. 
 | 
| LedgerConfigurationServiceOuterClass | 
  | 
| LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerConfigurationRequest 
 | 
| LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerConfigurationRequest 
 | 
| LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerConfigurationResponse 
 | 
| LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerConfigurationResponse 
 | 
| LedgerConfigurationServiceOuterClass.LedgerConfiguration | 
 
 LedgerConfiguration contains parameters of the ledger instance that may be useful to clients. 
 | 
| LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder | 
 
 LedgerConfiguration contains parameters of the ledger instance that may be useful to clients. 
 | 
| LedgerIdentityServiceGrpc | 
Deprecated. | 
| LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub | 
Deprecated. | 
| LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub | 
Deprecated. | 
| LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase | 
Deprecated. | 
| LedgerIdentityServiceGrpc.LedgerIdentityServiceStub | 
Deprecated. | 
| LedgerIdentityServiceOuterClass | 
  | 
| LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest | 
Deprecated. | 
| LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerIdentityRequest 
 | 
| LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse | 
Deprecated. | 
| LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerIdentityResponse 
 | 
| LedgerOffsetOuterClass | 
  | 
| LedgerOffsetOuterClass.LedgerOffset | 
 
 Describes a specific point on the ledger. 
 | 
| LedgerOffsetOuterClass.LedgerOffset.Builder | 
 
 Describes a specific point on the ledger. 
 | 
| PackageServiceGrpc | 
 
 Allows clients to query the Daml-LF packages that are supported by the server. 
 | 
| PackageServiceGrpc.PackageServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service PackageService. 
 | 
| PackageServiceGrpc.PackageServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service PackageService. 
 | 
| PackageServiceGrpc.PackageServiceImplBase | 
 Base class for the server implementation of the service PackageService. 
 | 
| PackageServiceGrpc.PackageServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service PackageService. 
 | 
| PackageServiceOuterClass | 
  | 
| PackageServiceOuterClass.GetPackageRequest | 
 Protobuf type com.daml.ledger.api.v1.GetPackageRequest 
 | 
| PackageServiceOuterClass.GetPackageRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetPackageRequest 
 | 
| PackageServiceOuterClass.GetPackageResponse | 
 Protobuf type com.daml.ledger.api.v1.GetPackageResponse 
 | 
| PackageServiceOuterClass.GetPackageResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetPackageResponse 
 | 
| PackageServiceOuterClass.GetPackageStatusRequest | 
 Protobuf type com.daml.ledger.api.v1.GetPackageStatusRequest 
 | 
| PackageServiceOuterClass.GetPackageStatusRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetPackageStatusRequest 
 | 
| PackageServiceOuterClass.GetPackageStatusResponse | 
 Protobuf type com.daml.ledger.api.v1.GetPackageStatusResponse 
 | 
| PackageServiceOuterClass.GetPackageStatusResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetPackageStatusResponse 
 | 
| PackageServiceOuterClass.ListPackagesRequest | 
 Protobuf type com.daml.ledger.api.v1.ListPackagesRequest 
 | 
| PackageServiceOuterClass.ListPackagesRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.ListPackagesRequest 
 | 
| PackageServiceOuterClass.ListPackagesResponse | 
 Protobuf type com.daml.ledger.api.v1.ListPackagesResponse 
 | 
| PackageServiceOuterClass.ListPackagesResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.ListPackagesResponse 
 | 
| TraceContextOuterClass | 
  | 
| TraceContextOuterClass.TraceContext | 
 Protobuf type com.daml.ledger.api.v1.TraceContext 
 | 
| TraceContextOuterClass.TraceContext.Builder | 
 Protobuf type com.daml.ledger.api.v1.TraceContext 
 | 
| TransactionFilterOuterClass | 
  | 
| TransactionFilterOuterClass.Filters | 
 
 The union of a set of contract filters, or a wildcard. 
 | 
| TransactionFilterOuterClass.Filters.Builder | 
 
 The union of a set of contract filters, or a wildcard. 
 | 
| TransactionFilterOuterClass.InclusiveFilters | 
 
 A filter that matches all contracts that are either an instance of one of
 the ``template_ids`` or that match one of the ``interface_filters``. 
 | 
| TransactionFilterOuterClass.InclusiveFilters.Builder | 
 
 A filter that matches all contracts that are either an instance of one of
 the ``template_ids`` or that match one of the ``interface_filters``. 
 | 
| TransactionFilterOuterClass.InterfaceFilter | 
 
 This filter matches contracts that implement a specific interface. 
 | 
| TransactionFilterOuterClass.InterfaceFilter.Builder | 
 
 This filter matches contracts that implement a specific interface. 
 | 
| TransactionFilterOuterClass.TemplateFilter | 
 
 This filter matches contracts of a specific template. 
 | 
| TransactionFilterOuterClass.TemplateFilter.Builder | 
 
 This filter matches contracts of a specific template. 
 | 
| TransactionFilterOuterClass.TransactionFilter | 
 
 A filter both for filtering create and archive events as well as for
 filtering transaction trees. 
 | 
| TransactionFilterOuterClass.TransactionFilter.Builder | 
 
 A filter both for filtering create and archive events as well as for
 filtering transaction trees. 
 | 
| TransactionOuterClass | 
  | 
| TransactionOuterClass.Transaction | 
 
 Filtered view of an on-ledger transaction's create and archive events. 
 | 
| TransactionOuterClass.Transaction.Builder | 
 
 Filtered view of an on-ledger transaction's create and archive events. 
 | 
| TransactionOuterClass.TransactionTree | 
 
 Complete view of an on-ledger transaction. 
 | 
| TransactionOuterClass.TransactionTree.Builder | 
 
 Complete view of an on-ledger transaction. 
 | 
| TransactionOuterClass.TreeEvent | 
 
 Each tree event message type below contains a ``witness_parties`` field which
 indicates the subset of the requested parties that can see the event
 in question. 
 | 
| TransactionOuterClass.TreeEvent.Builder | 
 
 Each tree event message type below contains a ``witness_parties`` field which
 indicates the subset of the requested parties that can see the event
 in question. 
 | 
| TransactionServiceGrpc | 
 
 Allows clients to read transactions from the ledger. 
 | 
| TransactionServiceGrpc.TransactionServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service TransactionService. 
 | 
| TransactionServiceGrpc.TransactionServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service TransactionService. 
 | 
| TransactionServiceGrpc.TransactionServiceImplBase | 
 Base class for the server implementation of the service TransactionService. 
 | 
| TransactionServiceGrpc.TransactionServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service TransactionService. 
 | 
| TransactionServiceOuterClass | 
  | 
| TransactionServiceOuterClass.GetFlatTransactionResponse | 
 Protobuf type com.daml.ledger.api.v1.GetFlatTransactionResponse 
 | 
| TransactionServiceOuterClass.GetFlatTransactionResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetFlatTransactionResponse 
 | 
| TransactionServiceOuterClass.GetLatestPrunedOffsetsRequest | 
 
 Empty for now, but may contain fields in the future. 
 | 
| TransactionServiceOuterClass.GetLatestPrunedOffsetsRequest.Builder | 
 
 Empty for now, but may contain fields in the future. 
 | 
| TransactionServiceOuterClass.GetLatestPrunedOffsetsResponse | 
 Protobuf type com.daml.ledger.api.v1.GetLatestPrunedOffsetsResponse 
 | 
| TransactionServiceOuterClass.GetLatestPrunedOffsetsResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLatestPrunedOffsetsResponse 
 | 
| TransactionServiceOuterClass.GetLedgerEndRequest | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerEndRequest 
 | 
| TransactionServiceOuterClass.GetLedgerEndRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerEndRequest 
 | 
| TransactionServiceOuterClass.GetLedgerEndResponse | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerEndResponse 
 | 
| TransactionServiceOuterClass.GetLedgerEndResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerEndResponse 
 | 
| TransactionServiceOuterClass.GetTransactionByEventIdRequest | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionByEventIdRequest 
 | 
| TransactionServiceOuterClass.GetTransactionByEventIdRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionByEventIdRequest 
 | 
| TransactionServiceOuterClass.GetTransactionByIdRequest | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionByIdRequest 
 | 
| TransactionServiceOuterClass.GetTransactionByIdRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionByIdRequest 
 | 
| TransactionServiceOuterClass.GetTransactionResponse | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionResponse 
 | 
| TransactionServiceOuterClass.GetTransactionResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionResponse 
 | 
| TransactionServiceOuterClass.GetTransactionsRequest | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionsRequest 
 | 
| TransactionServiceOuterClass.GetTransactionsRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionsRequest 
 | 
| TransactionServiceOuterClass.GetTransactionsResponse | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionsResponse 
 | 
| TransactionServiceOuterClass.GetTransactionsResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionsResponse 
 | 
| TransactionServiceOuterClass.GetTransactionTreesResponse | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionTreesResponse 
 | 
| TransactionServiceOuterClass.GetTransactionTreesResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetTransactionTreesResponse 
 | 
| ValueOuterClass | 
  | 
| ValueOuterClass.Enum | 
 
 A value with finite set of alternative representations. 
 | 
| ValueOuterClass.Enum.Builder | 
 
 A value with finite set of alternative representations. 
 | 
| ValueOuterClass.GenMap | 
 Protobuf type com.daml.ledger.api.v1.GenMap 
 | 
| ValueOuterClass.GenMap.Builder | 
 Protobuf type com.daml.ledger.api.v1.GenMap 
 | 
| ValueOuterClass.GenMap.Entry | 
 Protobuf type com.daml.ledger.api.v1.GenMap.Entry 
 | 
| ValueOuterClass.GenMap.Entry.Builder | 
 Protobuf type com.daml.ledger.api.v1.GenMap.Entry 
 | 
| ValueOuterClass.Identifier | 
 
 Unique identifier of an entity. 
 | 
| ValueOuterClass.Identifier.Builder | 
 
 Unique identifier of an entity. 
 | 
| ValueOuterClass.List | 
 
 A homogenous collection of values. 
 | 
| ValueOuterClass.List.Builder | 
 
 A homogenous collection of values. 
 | 
| ValueOuterClass.Map | 
 Protobuf type com.daml.ledger.api.v1.Map 
 | 
| ValueOuterClass.Map.Builder | 
 Protobuf type com.daml.ledger.api.v1.Map 
 | 
| ValueOuterClass.Map.Entry | 
 Protobuf type com.daml.ledger.api.v1.Map.Entry 
 | 
| ValueOuterClass.Map.Entry.Builder | 
 Protobuf type com.daml.ledger.api.v1.Map.Entry 
 | 
| ValueOuterClass.Optional | 
 
 Corresponds to Java's Optional type, Scala's Option, and Haskell's Maybe. 
 | 
| ValueOuterClass.Optional.Builder | 
 
 Corresponds to Java's Optional type, Scala's Option, and Haskell's Maybe. 
 | 
| ValueOuterClass.Record | 
 
 Contains nested values. 
 | 
| ValueOuterClass.Record.Builder | 
 
 Contains nested values. 
 | 
| ValueOuterClass.RecordField | 
 
 A named nested value within a record. 
 | 
| ValueOuterClass.RecordField.Builder | 
 
 A named nested value within a record. 
 | 
| ValueOuterClass.Value | 
 
 Encodes values that the ledger accepts as command arguments and emits as contract arguments. 
 | 
| ValueOuterClass.Value.Builder | 
 
 Encodes values that the ledger accepts as command arguments and emits as contract arguments. 
 | 
| ValueOuterClass.Variant | 
 
 A value with alternative representations. 
 | 
| ValueOuterClass.Variant.Builder | 
 
 A value with alternative representations. 
 | 
| VersionServiceGrpc | 
 
 Allows clients to retrieve information about the ledger API version 
 | 
| VersionServiceGrpc.VersionServiceBlockingStub | 
 A stub to allow clients to do synchronous rpc calls to service VersionService. 
 | 
| VersionServiceGrpc.VersionServiceFutureStub | 
 A stub to allow clients to do ListenableFuture-style rpc calls to service VersionService. 
 | 
| VersionServiceGrpc.VersionServiceImplBase | 
 Base class for the server implementation of the service VersionService. 
 | 
| VersionServiceGrpc.VersionServiceStub | 
 A stub to allow clients to do asynchronous rpc calls to service VersionService. 
 | 
| VersionServiceOuterClass | 
  | 
| VersionServiceOuterClass.FeaturesDescriptor | 
 Protobuf type com.daml.ledger.api.v1.FeaturesDescriptor 
 | 
| VersionServiceOuterClass.FeaturesDescriptor.Builder | 
 Protobuf type com.daml.ledger.api.v1.FeaturesDescriptor 
 | 
| VersionServiceOuterClass.GetLedgerApiVersionRequest | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerApiVersionRequest 
 | 
| VersionServiceOuterClass.GetLedgerApiVersionRequest.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerApiVersionRequest 
 | 
| VersionServiceOuterClass.GetLedgerApiVersionResponse | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerApiVersionResponse 
 | 
| VersionServiceOuterClass.GetLedgerApiVersionResponse.Builder | 
 Protobuf type com.daml.ledger.api.v1.GetLedgerApiVersionResponse 
 | 
| VersionServiceOuterClass.UserManagementFeature | 
 Protobuf type com.daml.ledger.api.v1.UserManagementFeature 
 | 
| VersionServiceOuterClass.UserManagementFeature.Builder | 
 Protobuf type com.daml.ledger.api.v1.UserManagementFeature 
 |