Class | Description |
---|---|
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 |
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.ActiveContractsServiceFutureStub |
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.ActiveContractsServiceImplBase |
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.ActiveContractsServiceStub |
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.
|
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 |
Allows clients to observe the status of their submissions.
|
CommandCompletionServiceGrpc.CommandCompletionServiceFutureStub |
Allows clients to observe the status of their submissions.
|
CommandCompletionServiceGrpc.CommandCompletionServiceImplBase |
Allows clients to observe the status of their submissions.
|
CommandCompletionServiceGrpc.CommandCompletionServiceStub |
Allows clients to observe the status of their submissions.
|
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 |
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
information with each tracking result.
|
CommandServiceGrpc.CommandServiceFutureStub |
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
information with each tracking result.
|
CommandServiceGrpc.CommandServiceImplBase |
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
information with each tracking result.
|
CommandServiceGrpc.CommandServiceStub |
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
information with each tracking result.
|
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.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 |
Allows clients to attempt advancing the ledger's state by submitting commands.
|
CommandSubmissionServiceGrpc.CommandSubmissionServiceFutureStub |
Allows clients to attempt advancing the ledger's state by submitting commands.
|
CommandSubmissionServiceGrpc.CommandSubmissionServiceImplBase |
Allows clients to attempt advancing the ledger's state by submitting commands.
|
CommandSubmissionServiceGrpc.CommandSubmissionServiceStub |
Allows clients to attempt advancing the ledger's state by submitting commands.
|
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.
|
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.
|
ExperimentalFeaturesOuterClass | |
ExperimentalFeaturesOuterClass.ExperimentalFeatures |
See the feature message definitions for descriptions.
|
ExperimentalFeaturesOuterClass.ExperimentalFeatures.Builder |
See the feature message definitions for descriptions.
|
ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes |
GRPC self-service error codes are returned by the Ledger API.
|
ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes.Builder |
GRPC self-service error codes are returned by the Ledger API.
|
LedgerConfigurationServiceGrpc |
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
|
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub |
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
|
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStub |
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
|
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase |
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
|
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub |
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
|
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 |
Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
|
LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub |
Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
|
LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub |
Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
|
LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase |
Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
|
LedgerIdentityServiceGrpc.LedgerIdentityServiceStub |
Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
|
LedgerIdentityServiceOuterClass | |
LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest |
Protobuf type
com.daml.ledger.api.v1.GetLedgerIdentityRequest |
LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest.Builder |
Protobuf type
com.daml.ledger.api.v1.GetLedgerIdentityRequest |
LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse |
Protobuf type
com.daml.ledger.api.v1.GetLedgerIdentityResponse |
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 |
Allows clients to query the Daml-LF packages that are supported by the server.
|
PackageServiceGrpc.PackageServiceFutureStub |
Allows clients to query the Daml-LF packages that are supported by the server.
|
PackageServiceGrpc.PackageServiceImplBase |
Allows clients to query the Daml-LF packages that are supported by the server.
|
PackageServiceGrpc.PackageServiceStub |
Allows clients to query the Daml-LF packages that are supported by the server.
|
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 |
TransactionFilterOuterClass | |
TransactionFilterOuterClass.Filters |
Protobuf type
com.daml.ledger.api.v1.Filters |
TransactionFilterOuterClass.Filters.Builder |
Protobuf type
com.daml.ledger.api.v1.Filters |
TransactionFilterOuterClass.InclusiveFilters |
If no internal fields are set, no filters will be applied.
|
TransactionFilterOuterClass.InclusiveFilters.Builder |
If no internal fields are set, no filters will be applied.
|
TransactionFilterOuterClass.TransactionFilter |
Used for filtering Transaction and Active Contract Set streams.
|
TransactionFilterOuterClass.TransactionFilter.Builder |
Used for filtering Transaction and Active Contract Set streams.
|
TransactionOuterClass | |
TransactionOuterClass.Transaction |
Filtered view of an on-ledger transaction.
|
TransactionOuterClass.Transaction.Builder |
Filtered view of an on-ledger transaction.
|
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 |
Allows clients to read transactions from the ledger.
|
TransactionServiceGrpc.TransactionServiceFutureStub |
Allows clients to read transactions from the ledger.
|
TransactionServiceGrpc.TransactionServiceImplBase |
Allows clients to read transactions from the ledger.
|
TransactionServiceGrpc.TransactionServiceStub |
Allows clients to read transactions from the ledger.
|
TransactionServiceOuterClass | |
TransactionServiceOuterClass.GetFlatTransactionResponse |
Protobuf type
com.daml.ledger.api.v1.GetFlatTransactionResponse |
TransactionServiceOuterClass.GetFlatTransactionResponse.Builder |
Protobuf type
com.daml.ledger.api.v1.GetFlatTransactionResponse |
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 |
Allows clients to retrieve information about the ledger API version
|
VersionServiceGrpc.VersionServiceFutureStub |
Allows clients to retrieve information about the ledger API version
|
VersionServiceGrpc.VersionServiceImplBase |
Allows clients to retrieve information about the ledger API version
|
VersionServiceGrpc.VersionServiceStub |
Allows clients to retrieve information about the ledger API version
|
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 |
Enum | Description |
---|---|
CommandsOuterClass.Command.CommandCase | |
CommandsOuterClass.Commands.DeduplicationPeriodCase | |
CompletionOuterClass.Completion.DeduplicationPeriodCase | |
EventOuterClass.Event.EventCase | |
LedgerOffsetOuterClass.LedgerOffset.LedgerBoundary |
Protobuf enum
com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary |
LedgerOffsetOuterClass.LedgerOffset.ValueCase | |
PackageServiceOuterClass.HashFunction |
Protobuf enum
com.daml.ledger.api.v1.HashFunction |
PackageServiceOuterClass.PackageStatus |
Protobuf enum
com.daml.ledger.api.v1.PackageStatus |
TransactionOuterClass.TreeEvent.KindCase | |
ValueOuterClass.Value.SumCase |