Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Back to overview

Protobuf Package

com.daml.ledger.api.v2

9 services, 20 endpoints, 115 messages, 8 enums

gRPC

Source Files

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/command_completion_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/command_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/command_submission_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/commands.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/completion.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/contract_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/crypto.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/event.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/event_query_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/experimental_features.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/offset_checkpoint.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/package_reference.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/package_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/reassignment.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/reassignment_commands.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/state_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/topology_transaction.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/trace_context.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/transaction.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/transaction_filter.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/update_service.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/value.proto

Current source file in the latest published descriptor snapshot.

community/ledger-api/src/main/protobuf/com/daml/ledger/api/v2/version_service.proto

Current source file in the latest published descriptor snapshot.

CommandCompletionService

CommandCompletionService.CompletionStream

gRPCSince 3.4.0

rpc CommandCompletionService.CompletionStream(com.daml.ledger.api.v2.CompletionStreamRequest) returns (stream com.daml.ledger.api.v2.CompletionStreamResponse);

CommandService

CommandService.SubmitAndWait

gRPCSince 3.4.0

rpc CommandService.SubmitAndWait(com.daml.ledger.api.v2.SubmitAndWaitRequest) returns (com.daml.ledger.api.v2.SubmitAndWaitResponse);

CommandService.SubmitAndWaitForReassignment

gRPCSince 3.4.0

rpc CommandService.SubmitAndWaitForReassignment(com.daml.ledger.api.v2.SubmitAndWaitForReassignmentRequest) returns (com.daml.ledger.api.v2.SubmitAndWaitForReassignmentResponse);

CommandService.SubmitAndWaitForTransaction

gRPCSince 3.4.0

rpc CommandService.SubmitAndWaitForTransaction(com.daml.ledger.api.v2.SubmitAndWaitForTransactionRequest) returns (com.daml.ledger.api.v2.SubmitAndWaitForTransactionResponse);

CommandSubmissionService

CommandSubmissionService.Submit

gRPCSince 3.4.0

rpc CommandSubmissionService.Submit(com.daml.ledger.api.v2.SubmitRequest) returns (com.daml.ledger.api.v2.SubmitResponse);

CommandSubmissionService.SubmitReassignment

gRPCSince 3.4.0

rpc CommandSubmissionService.SubmitReassignment(com.daml.ledger.api.v2.SubmitReassignmentRequest) returns (com.daml.ledger.api.v2.SubmitReassignmentResponse);

ContractService

ContractService.GetContract

gRPCSince 3.4.11

rpc ContractService.GetContract(com.daml.ledger.api.v2.GetContractRequest) returns (com.daml.ledger.api.v2.GetContractResponse);

EventQueryService

EventQueryService.GetEventsByContractId

gRPCSince 3.4.0

rpc EventQueryService.GetEventsByContractId(com.daml.ledger.api.v2.GetEventsByContractIdRequest) returns (com.daml.ledger.api.v2.GetEventsByContractIdResponse);

PackageService

PackageService.GetPackage

gRPCSince 3.4.0

rpc PackageService.GetPackage(com.daml.ledger.api.v2.GetPackageRequest) returns (com.daml.ledger.api.v2.GetPackageResponse);

PackageService.GetPackageStatus

gRPCSince 3.4.0

rpc PackageService.GetPackageStatus(com.daml.ledger.api.v2.GetPackageStatusRequest) returns (com.daml.ledger.api.v2.GetPackageStatusResponse);

PackageService.ListPackages

gRPCSince 3.4.0

rpc PackageService.ListPackages(com.daml.ledger.api.v2.ListPackagesRequest) returns (com.daml.ledger.api.v2.ListPackagesResponse);

PackageService.ListVettedPackages

gRPCSince 3.4.0

rpc PackageService.ListVettedPackages(com.daml.ledger.api.v2.ListVettedPackagesRequest) returns (com.daml.ledger.api.v2.ListVettedPackagesResponse);

StateService

StateService.GetActiveContracts

gRPCSince 3.4.0

rpc StateService.GetActiveContracts(com.daml.ledger.api.v2.GetActiveContractsRequest) returns (stream com.daml.ledger.api.v2.GetActiveContractsResponse);

StateService.GetConnectedSynchronizers

gRPCSince 3.4.0

rpc StateService.GetConnectedSynchronizers(com.daml.ledger.api.v2.GetConnectedSynchronizersRequest) returns (com.daml.ledger.api.v2.GetConnectedSynchronizersResponse);

StateService.GetLatestPrunedOffsets

gRPCSince 3.4.0

rpc StateService.GetLatestPrunedOffsets(com.daml.ledger.api.v2.GetLatestPrunedOffsetsRequest) returns (com.daml.ledger.api.v2.GetLatestPrunedOffsetsResponse);

StateService.GetLedgerEnd

gRPCSince 3.4.0

rpc StateService.GetLedgerEnd(com.daml.ledger.api.v2.GetLedgerEndRequest) returns (com.daml.ledger.api.v2.GetLedgerEndResponse);

UpdateService

UpdateService.GetUpdateById

gRPCSince 3.4.0

rpc UpdateService.GetUpdateById(com.daml.ledger.api.v2.GetUpdateByIdRequest) returns (com.daml.ledger.api.v2.GetUpdateResponse);

UpdateService.GetUpdateByOffset

gRPCSince 3.4.0

rpc UpdateService.GetUpdateByOffset(com.daml.ledger.api.v2.GetUpdateByOffsetRequest) returns (com.daml.ledger.api.v2.GetUpdateResponse);

UpdateService.GetUpdates

gRPCSince 3.4.0

rpc UpdateService.GetUpdates(com.daml.ledger.api.v2.GetUpdatesRequest) returns (stream com.daml.ledger.api.v2.GetUpdatesResponse);

VersionService

VersionService.GetLedgerApiVersion

gRPCSince 3.4.0

rpc VersionService.GetLedgerApiVersion(com.daml.ledger.api.v2.GetLedgerApiVersionRequest) returns (com.daml.ledger.api.v2.GetLedgerApiVersionResponse);

Type Inventory

These are the package-level message and enum shapes in the publish-version snapshot.

com.daml.ledger.api.v2.ActiveContract

3 fields

created_eventCreatedEvent
synchronizer_idstring
reassignment_counteruint64

com.daml.ledger.api.v2.CreatedEvent

15 fields

offsetint64
node_idint32
contract_idstring
template_idIdentifier
contract_keyValue
create_argumentsRecord
created_event_blobbytes
interface_viewsrepeated InterfaceView
witness_partiesrepeated string
signatoriesrepeated string
observersrepeated string
created_atTimestamp
package_namestring
acs_deltabool
representative_package_idstring

com.daml.ledger.api.v2.Identifier

3 fields

package_idstring
module_namestring
entity_namestring

com.daml.ledger.api.v2.Value

16 fields

unitEmpty
boolbool
int64sint64
dateint32
timestampsfixed64
numericstring
partystring
textstring
contract_idstring
optionalOptional
listList
text_mapTextMap
gen_mapGenMap
recordRecord
variantVariant
enumEnum

com.daml.ledger.api.v2.Optional

1 fields

valueValue

com.daml.ledger.api.v2.List

1 fields

elementsrepeated Value

com.daml.ledger.api.v2.TextMap

1 fields

entriesrepeated Entry

com.daml.ledger.api.v2.TextMap.Entry

2 fields

keystring
valueValue

com.daml.ledger.api.v2.GenMap

1 fields

entriesrepeated Entry

com.daml.ledger.api.v2.GenMap.Entry

2 fields

keyValue
valueValue

com.daml.ledger.api.v2.Record

2 fields

record_idIdentifier
fieldsrepeated RecordField

com.daml.ledger.api.v2.RecordField

2 fields

labelstring
valueValue

com.daml.ledger.api.v2.Variant

3 fields

variant_idIdentifier
constructorstring
valueValue

com.daml.ledger.api.v2.Enum

2 fields

enum_idIdentifier
constructorstring

com.daml.ledger.api.v2.InterfaceView

3 fields

interface_idIdentifier
view_statusStatus
view_valueRecord

com.daml.ledger.api.v2.Archived

2 fields

archived_eventArchivedEvent
synchronizer_idstring

com.daml.ledger.api.v2.ArchivedEvent

7 fields

offsetint64
node_idint32
contract_idstring
template_idIdentifier
witness_partiesrepeated string
package_namestring
implemented_interfacesrepeated Identifier

com.daml.ledger.api.v2.AssignCommand

3 fields

reassignment_idstring
sourcestring
targetstring

com.daml.ledger.api.v2.AssignedEvent

6 fields

sourcestring
targetstring
reassignment_idstring
submitterstring
reassignment_counteruint64
created_eventCreatedEvent

com.daml.ledger.api.v2.Command

4 fields

createCreateCommand
exerciseExerciseCommand
exercise_by_keyExerciseByKeyCommand
create_and_exerciseCreateAndExerciseCommand

com.daml.ledger.api.v2.CreateCommand

2 fields

template_idIdentifier
create_argumentsRecord

com.daml.ledger.api.v2.ExerciseCommand

4 fields

template_idIdentifier
contract_idstring
choicestring
choice_argumentValue

com.daml.ledger.api.v2.ExerciseByKeyCommand

4 fields

template_idIdentifier
contract_keyValue
choicestring
choice_argumentValue

com.daml.ledger.api.v2.CreateAndExerciseCommand

4 fields

template_idIdentifier
create_argumentsRecord
choicestring
choice_argumentValue

com.daml.ledger.api.v2.Commands

15 fields

workflow_idstring
user_idstring
command_idstring
commandsrepeated Command
deduplication_durationDuration
deduplication_offsetint64
min_ledger_time_absTimestamp
min_ledger_time_relDuration
act_asrepeated string
read_asrepeated string
submission_idstring
disclosed_contractsrepeated DisclosedContract
synchronizer_idstring
package_id_selection_preferencerepeated string
prefetch_contract_keysrepeated PrefetchContractKey

com.daml.ledger.api.v2.DisclosedContract

4 fields

template_idIdentifier
contract_idstring
created_event_blobbytes
synchronizer_idstring

com.daml.ledger.api.v2.PrefetchContractKey

2 fields

template_idIdentifier
contract_keyValue

com.daml.ledger.api.v2.Completion

11 fields

command_idstring
statusStatus
update_idstring
user_idstring
act_asrepeated string
submission_idstring
deduplication_offsetint64
deduplication_durationDuration
trace_contextTraceContext
offsetint64
synchronizer_timeSynchronizerTime

com.daml.ledger.api.v2.TraceContext

2 fields

traceparentstring
tracestatestring

com.daml.ledger.api.v2.SynchronizerTime

2 fields

synchronizer_idstring
record_timeTimestamp

com.daml.ledger.api.v2.CompletionStreamRequest

3 fields

user_idstring
partiesrepeated string
begin_exclusiveint64

com.daml.ledger.api.v2.CompletionStreamResponse

2 fields

completionCompletion
offset_checkpointOffsetCheckpoint

com.daml.ledger.api.v2.OffsetCheckpoint

2 fields

offsetint64
synchronizer_timesrepeated SynchronizerTime

com.daml.ledger.api.v2.Created

2 fields

created_eventCreatedEvent
synchronizer_idstring

com.daml.ledger.api.v2.CumulativeFilter

3 fields

wildcard_filterWildcardFilter
interface_filterInterfaceFilter
template_filterTemplateFilter

com.daml.ledger.api.v2.WildcardFilter

1 fields

include_created_event_blobbool

com.daml.ledger.api.v2.InterfaceFilter

3 fields

interface_idIdentifier
include_interface_viewbool
include_created_event_blobbool

com.daml.ledger.api.v2.TemplateFilter

2 fields

template_idIdentifier
include_created_event_blobbool

com.daml.ledger.api.v2.Event

3 fields

createdCreatedEvent
archivedArchivedEvent
exercisedExercisedEvent

com.daml.ledger.api.v2.ExercisedEvent

15 fields

offsetint64
node_idint32
contract_idstring
template_idIdentifier
interface_idIdentifier
choicestring
choice_argumentValue
acting_partiesrepeated string
consumingbool
witness_partiesrepeated string
last_descendant_node_idint32
exercise_resultValue
package_namestring
implemented_interfacesrepeated Identifier
acs_deltabool

com.daml.ledger.api.v2.EventFormat

3 fields

filters_by_partyrepeated map
filters_for_any_partyFilters
verbosebool

com.daml.ledger.api.v2.Filters

1 fields

cumulativerepeated CumulativeFilter

com.daml.ledger.api.v2.ExperimentalCommandInspectionService

1 fields

supportedbool

com.daml.ledger.api.v2.ExperimentalFeatures

2 fields

static_timeExperimentalStaticTime
command_inspection_serviceExperimentalCommandInspectionService

com.daml.ledger.api.v2.ExperimentalStaticTime

1 fields

supportedbool

com.daml.ledger.api.v2.ExperimentalPartyTopologyEvents

1 fields

supportedbool

com.daml.ledger.api.v2.FeaturesDescriptor

5 fields

experimentalExperimentalFeatures
user_managementUserManagementFeature
party_managementPartyManagementFeature
offset_checkpointOffsetCheckpointFeature
package_featurePackageFeature

com.daml.ledger.api.v2.UserManagementFeature

3 fields

supportedbool
max_rights_per_userint32
max_users_page_sizeint32

com.daml.ledger.api.v2.PartyManagementFeature

1 fields

max_parties_page_sizeint32

com.daml.ledger.api.v2.OffsetCheckpointFeature

1 fields

max_offset_checkpoint_emission_delayDuration

com.daml.ledger.api.v2.PackageFeature

1 fields

max_vetted_packages_page_sizeint32

com.daml.ledger.api.v2.GetActiveContractsRequest

2 fields

active_at_offsetint64
event_formatEventFormat

com.daml.ledger.api.v2.GetActiveContractsResponse

4 fields

workflow_idstring
active_contractActiveContract
incomplete_unassignedIncompleteUnassigned
incomplete_assignedIncompleteAssigned

com.daml.ledger.api.v2.IncompleteUnassigned

2 fields

created_eventCreatedEvent
unassigned_eventUnassignedEvent

com.daml.ledger.api.v2.UnassignedEvent

12 fields

reassignment_idstring
contract_idstring
template_idIdentifier
sourcestring
targetstring
submitterstring
reassignment_counteruint64
assignment_exclusivityTimestamp
witness_partiesrepeated string
package_namestring
offsetint64
node_idint32

com.daml.ledger.api.v2.IncompleteAssigned

1 fields

assigned_eventAssignedEvent

com.daml.ledger.api.v2.GetConnectedSynchronizersRequest

3 fields

partystring
participant_idstring
identity_provider_idstring

com.daml.ledger.api.v2.GetConnectedSynchronizersResponse

1 fields

connected_synchronizersrepeated ConnectedSynchronizer

com.daml.ledger.api.v2.GetConnectedSynchronizersResponse.ConnectedSynchronizer

3 fields

synchronizer_aliasstring
synchronizer_idstring
permissionParticipantPermission

com.daml.ledger.api.v2.ParticipantPermission

4 values

  • PARTICIPANT_PERMISSION_UNSPECIFIED
  • PARTICIPANT_PERMISSION_SUBMISSION
  • PARTICIPANT_PERMISSION_CONFIRMATION
  • PARTICIPANT_PERMISSION_OBSERVATION

com.daml.ledger.api.v2.GetContractRequest

2 fields

contract_idstring
querying_partiesrepeated string

com.daml.ledger.api.v2.GetContractResponse

1 fields

created_eventCreatedEvent

com.daml.ledger.api.v2.GetEventsByContractIdRequest

2 fields

contract_idstring
event_formatEventFormat

com.daml.ledger.api.v2.GetEventsByContractIdResponse

2 fields

createdCreated
archivedArchived

com.daml.ledger.api.v2.GetLatestPrunedOffsetsRequest

0 fields

com.daml.ledger.api.v2.GetLatestPrunedOffsetsResponse

2 fields

participant_pruned_up_to_inclusiveint64
all_divulged_contracts_pruned_up_to_inclusiveint64

com.daml.ledger.api.v2.GetLedgerApiVersionRequest

0 fields

com.daml.ledger.api.v2.GetLedgerApiVersionResponse

2 fields

versionstring
featuresFeaturesDescriptor

com.daml.ledger.api.v2.GetLedgerEndRequest

0 fields

com.daml.ledger.api.v2.GetLedgerEndResponse

1 fields

offsetint64

com.daml.ledger.api.v2.GetPackageRequest

1 fields

package_idstring

com.daml.ledger.api.v2.GetPackageResponse

3 fields

hash_functionHashFunction
archive_payloadbytes
hashstring

com.daml.ledger.api.v2.HashFunction

1 values

  • HASH_FUNCTION_SHA256

com.daml.ledger.api.v2.GetPackageStatusRequest

1 fields

package_idstring

com.daml.ledger.api.v2.GetPackageStatusResponse

1 fields

package_statusPackageStatus

com.daml.ledger.api.v2.PackageStatus

2 values

  • PACKAGE_STATUS_UNSPECIFIED
  • PACKAGE_STATUS_REGISTERED

com.daml.ledger.api.v2.GetUpdateByIdRequest

2 fields

update_idstring
update_formatUpdateFormat

com.daml.ledger.api.v2.UpdateFormat

3 fields

include_transactionsTransactionFormat
include_reassignmentsEventFormat
include_topology_eventsTopologyFormat

com.daml.ledger.api.v2.TransactionFormat

2 fields

event_formatEventFormat
transaction_shapeTransactionShape

com.daml.ledger.api.v2.TransactionShape

3 values

  • TRANSACTION_SHAPE_UNSPECIFIED
  • TRANSACTION_SHAPE_ACS_DELTA
  • TRANSACTION_SHAPE_LEDGER_EFFECTS

com.daml.ledger.api.v2.TopologyFormat

1 fields

include_participant_authorization_eventsParticipantAuthorizationTopologyFormat

com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat

1 fields

partiesrepeated string

com.daml.ledger.api.v2.GetUpdateByOffsetRequest

2 fields

offsetint64
update_formatUpdateFormat

com.daml.ledger.api.v2.GetUpdateResponse

3 fields

transactionTransaction
reassignmentReassignment
topology_transactionTopologyTransaction

com.daml.ledger.api.v2.Transaction

10 fields

update_idstring
command_idstring
workflow_idstring
effective_atTimestamp
eventsrepeated Event
offsetint64
synchronizer_idstring
trace_contextTraceContext
record_timeTimestamp
external_transaction_hashbytes

com.daml.ledger.api.v2.Reassignment

8 fields

update_idstring
command_idstring
workflow_idstring
offsetint64
eventsrepeated ReassignmentEvent
trace_contextTraceContext
record_timeTimestamp
synchronizer_idstring

com.daml.ledger.api.v2.ReassignmentEvent

2 fields

unassignedUnassignedEvent
assignedAssignedEvent

com.daml.ledger.api.v2.TopologyTransaction

6 fields

update_idstring
offsetint64
synchronizer_idstring
record_timeTimestamp
eventsrepeated TopologyEvent
trace_contextTraceContext

com.daml.ledger.api.v2.TopologyEvent

3 fields

participant_authorization_changedParticipantAuthorizationChanged
participant_authorization_revokedParticipantAuthorizationRevoked
participant_authorization_addedParticipantAuthorizationAdded

com.daml.ledger.api.v2.ParticipantAuthorizationChanged

3 fields

party_idstring
participant_idstring
participant_permissionParticipantPermission

com.daml.ledger.api.v2.ParticipantAuthorizationRevoked

2 fields

party_idstring
participant_idstring

com.daml.ledger.api.v2.ParticipantAuthorizationAdded

3 fields

party_idstring
participant_idstring
participant_permissionParticipantPermission

com.daml.ledger.api.v2.GetUpdatesRequest

3 fields

begin_exclusiveint64
end_inclusiveint64
update_formatUpdateFormat

com.daml.ledger.api.v2.GetUpdatesResponse

4 fields

transactionTransaction
reassignmentReassignment
offset_checkpointOffsetCheckpoint
topology_transactionTopologyTransaction

com.daml.ledger.api.v2.ListPackagesRequest

0 fields

com.daml.ledger.api.v2.ListPackagesResponse

1 fields

package_idsrepeated string

com.daml.ledger.api.v2.ListVettedPackagesRequest

4 fields

package_metadata_filterPackageMetadataFilter
topology_state_filterTopologyStateFilter
page_tokenstring
page_sizeuint32

com.daml.ledger.api.v2.PackageMetadataFilter

2 fields

package_idsrepeated string
package_name_prefixesrepeated string

com.daml.ledger.api.v2.TopologyStateFilter

2 fields

participant_idsrepeated string
synchronizer_idsrepeated string

com.daml.ledger.api.v2.ListVettedPackagesResponse

2 fields

vetted_packagesrepeated VettedPackages
next_page_tokenstring

com.daml.ledger.api.v2.VettedPackages

4 fields

packagesrepeated VettedPackage
participant_idstring
synchronizer_idstring
topology_serialuint32

com.daml.ledger.api.v2.VettedPackage

5 fields

package_idstring
valid_from_inclusiveTimestamp
valid_until_exclusiveTimestamp
package_namestring
package_versionstring

com.daml.ledger.api.v2.PackageReference

3 fields

package_idstring
package_namestring
package_versionstring

com.daml.ledger.api.v2.PriorTopologySerial

2 fields

prioruint32
no_priorEmpty

com.daml.ledger.api.v2.ReassignmentCommand

2 fields

unassign_commandUnassignCommand
assign_commandAssignCommand

com.daml.ledger.api.v2.UnassignCommand

3 fields

contract_idstring
sourcestring
targetstring

com.daml.ledger.api.v2.ReassignmentCommands

6 fields

workflow_idstring
user_idstring
command_idstring
submitterstring
submission_idstring
commandsrepeated ReassignmentCommand

com.daml.ledger.api.v2.Signature

4 fields

formatSignatureFormat
signaturebytes
signed_bystring
signing_algorithm_specSigningAlgorithmSpec

com.daml.ledger.api.v2.SignatureFormat

5 values

  • SIGNATURE_FORMAT_UNSPECIFIED
  • SIGNATURE_FORMAT_RAW
  • SIGNATURE_FORMAT_DER
  • SIGNATURE_FORMAT_CONCAT
  • SIGNATURE_FORMAT_SYMBOLIC

com.daml.ledger.api.v2.SigningAlgorithmSpec

4 values

  • SIGNING_ALGORITHM_SPEC_UNSPECIFIED
  • SIGNING_ALGORITHM_SPEC_ED25519
  • SIGNING_ALGORITHM_SPEC_EC_DSA_SHA_256
  • SIGNING_ALGORITHM_SPEC_EC_DSA_SHA_384

com.daml.ledger.api.v2.SigningPublicKey

3 fields

formatCryptoKeyFormat
key_databytes
key_specSigningKeySpec

com.daml.ledger.api.v2.CryptoKeyFormat

4 values

  • CRYPTO_KEY_FORMAT_UNSPECIFIED
  • CRYPTO_KEY_FORMAT_DER
  • CRYPTO_KEY_FORMAT_RAW
  • CRYPTO_KEY_FORMAT_DER_X509_SUBJECT_PUBLIC_KEY_INFO

com.daml.ledger.api.v2.SigningKeySpec

5 values

  • SIGNING_KEY_SPEC_UNSPECIFIED
  • SIGNING_KEY_SPEC_EC_CURVE25519
  • SIGNING_KEY_SPEC_EC_P256
  • SIGNING_KEY_SPEC_EC_P384
  • SIGNING_KEY_SPEC_EC_SECP256K1

com.daml.ledger.api.v2.SubmitAndWaitForReassignmentRequest

2 fields

reassignment_commandsReassignmentCommands
event_formatEventFormat

com.daml.ledger.api.v2.SubmitAndWaitForReassignmentResponse

1 fields

reassignmentReassignment

com.daml.ledger.api.v2.SubmitAndWaitForTransactionRequest

2 fields

commandsCommands
transaction_formatTransactionFormat

com.daml.ledger.api.v2.SubmitAndWaitForTransactionResponse

1 fields

transactionTransaction

com.daml.ledger.api.v2.SubmitAndWaitRequest

1 fields

commandsCommands

com.daml.ledger.api.v2.SubmitAndWaitResponse

2 fields

update_idstring
completion_offsetint64

com.daml.ledger.api.v2.SubmitReassignmentRequest

1 fields

reassignment_commandsReassignmentCommands

com.daml.ledger.api.v2.SubmitReassignmentResponse

0 fields

com.daml.ledger.api.v2.SubmitRequest

1 fields

commandsCommands

com.daml.ledger.api.v2.SubmitResponse

0 fields