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

v2

9 services, 20 endpoints, 115 messages, 8 enums

gRPC

Source Files

command_completion_service.proto

Source file from the latest descriptor snapshot.

command_service.proto

Source file from the latest descriptor snapshot.

command_submission_service.proto

Source file from the latest descriptor snapshot.

commands.proto

Source file from the latest descriptor snapshot.

completion.proto

Source file from the latest descriptor snapshot.

contract_service.proto

Source file from the latest descriptor snapshot.

crypto.proto

Source file from the latest descriptor snapshot.

event.proto

Source file from the latest descriptor snapshot.

event_query_service.proto

Source file from the latest descriptor snapshot.

experimental_features.proto

Source file from the latest descriptor snapshot.

offset_checkpoint.proto

Source file from the latest descriptor snapshot.

package_reference.proto

Source file from the latest descriptor snapshot.

package_service.proto

Source file from the latest descriptor snapshot.

reassignment.proto

Source file from the latest descriptor snapshot.

reassignment_commands.proto

Source file from the latest descriptor snapshot.

state_service.proto

Source file from the latest descriptor snapshot.

topology_transaction.proto

Source file from the latest descriptor snapshot.

trace_context.proto

Source file from the latest descriptor snapshot.

transaction.proto

Source file from the latest descriptor snapshot.

transaction_filter.proto

Source file from the latest descriptor snapshot.

update_service.proto

Source file from the latest descriptor snapshot.

value.proto

Source file from the latest descriptor snapshot.

version_service.proto

Source file from the latest descriptor snapshot.

CommandCompletionService

CommandCompletionService.CompletionStream

gRPCSince 3.4.4

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

CommandService

CommandService.SubmitAndWait

gRPCSince 3.4.4

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

CommandService.SubmitAndWaitForReassignment

gRPCSince 3.4.4

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

CommandService.SubmitAndWaitForTransaction

gRPCSince 3.4.4

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

CommandSubmissionService

CommandSubmissionService.Submit

gRPCSince 3.4.4

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

CommandSubmissionService.SubmitReassignment

gRPCSince 3.4.4

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.4

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

PackageService

PackageService.GetPackage

gRPCSince 3.4.4

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

PackageService.GetPackageStatus

gRPCSince 3.4.4

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

PackageService.ListPackages

gRPCSince 3.4.4

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

PackageService.ListVettedPackages

gRPCSince 3.4.4

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

StateService

StateService.GetActiveContracts

gRPCSince 3.4.4

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

StateService.GetConnectedSynchronizers

gRPCSince 3.4.4

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

StateService.GetLatestPrunedOffsets

gRPCSince 3.4.4

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

StateService.GetLedgerEnd

gRPCSince 3.4.4

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

UpdateService

UpdateService.GetUpdateById

gRPCSince 3.4.4

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

UpdateService.GetUpdateByOffset

gRPCSince 3.4.4

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

UpdateService.GetUpdates

gRPCSince 3.4.4

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

VersionService

VersionService.GetLedgerApiVersion

gRPCSince 3.4.4

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.

ActiveContract

com.daml.ledger.api.v2 · 3 fields

created_eventCreatedEvent
synchronizer_idstring
reassignment_counteruint64

CreatedEvent

com.daml.ledger.api.v2 · 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

Identifier

com.daml.ledger.api.v2 · 3 fields

package_idstring
module_namestring
entity_namestring

Value

com.daml.ledger.api.v2 · 16 fields

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

Optional

com.daml.ledger.api.v2 · 1 fields

valueValue

List

com.daml.ledger.api.v2 · 1 fields

elementsrepeated Value

TextMap

com.daml.ledger.api.v2 · 1 fields

entriesrepeated Entry

TextMap.Entry

com.daml.ledger.api.v2 · 2 fields

keystring
valueValue

GenMap

com.daml.ledger.api.v2 · 1 fields

entriesrepeated Entry

GenMap.Entry

com.daml.ledger.api.v2 · 2 fields

keyValue
valueValue

Record

com.daml.ledger.api.v2 · 2 fields

record_idIdentifier
fieldsrepeated RecordField

RecordField

com.daml.ledger.api.v2 · 2 fields

labelstring
valueValue

Variant

com.daml.ledger.api.v2 · 3 fields

variant_idIdentifier
constructorstring
valueValue

Enum

com.daml.ledger.api.v2 · 2 fields

enum_idIdentifier
constructorstring

InterfaceView

com.daml.ledger.api.v2 · 3 fields

interface_idIdentifier
view_statusStatus
view_valueRecord

Archived

com.daml.ledger.api.v2 · 2 fields

archived_eventArchivedEvent
synchronizer_idstring

ArchivedEvent

com.daml.ledger.api.v2 · 7 fields

offsetint64
node_idint32
contract_idstring
template_idIdentifier
witness_partiesrepeated string
package_namestring
implemented_interfacesrepeated Identifier

AssignCommand

com.daml.ledger.api.v2 · 3 fields

reassignment_idstring
sourcestring
targetstring

AssignedEvent

com.daml.ledger.api.v2 · 6 fields

sourcestring
targetstring
reassignment_idstring
submitterstring
reassignment_counteruint64
created_eventCreatedEvent

Command

com.daml.ledger.api.v2 · 4 fields

createCreateCommand
exerciseExerciseCommand
exercise_by_keyExerciseByKeyCommand
create_and_exerciseCreateAndExerciseCommand

CreateCommand

com.daml.ledger.api.v2 · 2 fields

template_idIdentifier
create_argumentsRecord

ExerciseCommand

com.daml.ledger.api.v2 · 4 fields

template_idIdentifier
contract_idstring
choicestring
choice_argumentValue

ExerciseByKeyCommand

com.daml.ledger.api.v2 · 4 fields

template_idIdentifier
contract_keyValue
choicestring
choice_argumentValue

CreateAndExerciseCommand

com.daml.ledger.api.v2 · 4 fields

template_idIdentifier
create_argumentsRecord
choicestring
choice_argumentValue

Commands

com.daml.ledger.api.v2 · 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

DisclosedContract

com.daml.ledger.api.v2 · 4 fields

template_idIdentifier
contract_idstring
created_event_blobbytes
synchronizer_idstring

PrefetchContractKey

com.daml.ledger.api.v2 · 2 fields

template_idIdentifier
contract_keyValue

Completion

com.daml.ledger.api.v2 · 11 fields

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

TraceContext

com.daml.ledger.api.v2 · 2 fields

traceparentstring
tracestatestring

SynchronizerTime

com.daml.ledger.api.v2 · 2 fields

synchronizer_idstring
record_timeTimestamp

CompletionStreamRequest

com.daml.ledger.api.v2 · 3 fields

user_idstring
partiesrepeated string
begin_exclusiveint64

CompletionStreamResponse

com.daml.ledger.api.v2 · 2 fields

completionCompletion
offset_checkpointOffsetCheckpoint

OffsetCheckpoint

com.daml.ledger.api.v2 · 2 fields

offsetint64
synchronizer_timesrepeated SynchronizerTime

Created

com.daml.ledger.api.v2 · 2 fields

created_eventCreatedEvent
synchronizer_idstring

CumulativeFilter

com.daml.ledger.api.v2 · 3 fields

wildcard_filterWildcardFilter
interface_filterInterfaceFilter
template_filterTemplateFilter

WildcardFilter

com.daml.ledger.api.v2 · 1 fields

include_created_event_blobbool

InterfaceFilter

com.daml.ledger.api.v2 · 3 fields

interface_idIdentifier
include_interface_viewbool
include_created_event_blobbool

TemplateFilter

com.daml.ledger.api.v2 · 2 fields

template_idIdentifier
include_created_event_blobbool

Event

com.daml.ledger.api.v2 · 3 fields

createdCreatedEvent
archivedArchivedEvent
exercisedExercisedEvent

ExercisedEvent

com.daml.ledger.api.v2 · 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

EventFormat

com.daml.ledger.api.v2 · 3 fields

filters_by_partyrepeated map
filters_for_any_partyFilters
verbosebool

Filters

com.daml.ledger.api.v2 · 1 fields

cumulativerepeated CumulativeFilter

ExperimentalCommandInspectionService

com.daml.ledger.api.v2 · 1 fields

supportedbool

ExperimentalFeatures

com.daml.ledger.api.v2 · 2 fields

static_timeExperimentalStaticTime
command_inspection_serviceExperimentalCommandInspectionService

ExperimentalStaticTime

com.daml.ledger.api.v2 · 1 fields

supportedbool

ExperimentalPartyTopologyEvents

com.daml.ledger.api.v2 · 1 fields

supportedbool

FeaturesDescriptor

com.daml.ledger.api.v2 · 5 fields

experimentalExperimentalFeatures
user_managementUserManagementFeature
party_managementPartyManagementFeature
offset_checkpointOffsetCheckpointFeature
package_featurePackageFeature

UserManagementFeature

com.daml.ledger.api.v2 · 3 fields

supportedbool
max_rights_per_userint32
max_users_page_sizeint32

PartyManagementFeature

com.daml.ledger.api.v2 · 1 fields

max_parties_page_sizeint32

OffsetCheckpointFeature

com.daml.ledger.api.v2 · 1 fields

max_offset_checkpoint_emission_delayDuration

PackageFeature

com.daml.ledger.api.v2 · 1 fields

max_vetted_packages_page_sizeint32

GetActiveContractsRequest

com.daml.ledger.api.v2 · 2 fields

active_at_offsetint64
event_formatEventFormat

GetActiveContractsResponse

com.daml.ledger.api.v2 · 4 fields

workflow_idstring
active_contractActiveContract
incomplete_unassignedIncompleteUnassigned
incomplete_assignedIncompleteAssigned

IncompleteUnassigned

com.daml.ledger.api.v2 · 2 fields

created_eventCreatedEvent
unassigned_eventUnassignedEvent

UnassignedEvent

com.daml.ledger.api.v2 · 12 fields

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

IncompleteAssigned

com.daml.ledger.api.v2 · 1 fields

assigned_eventAssignedEvent

GetConnectedSynchronizersRequest

com.daml.ledger.api.v2 · 3 fields

partystring
participant_idstring
identity_provider_idstring

GetConnectedSynchronizersResponse

com.daml.ledger.api.v2 · 1 fields

connected_synchronizersrepeated ConnectedSynchronizer

GetConnectedSynchronizersResponse.ConnectedSynchronizer

com.daml.ledger.api.v2 · 3 fields

synchronizer_aliasstring
synchronizer_idstring
permissionParticipantPermission

ParticipantPermission

com.daml.ledger.api.v2 · 4 values

  • PARTICIPANT_PERMISSION_UNSPECIFIED
  • PARTICIPANT_PERMISSION_SUBMISSION
  • PARTICIPANT_PERMISSION_CONFIRMATION
  • PARTICIPANT_PERMISSION_OBSERVATION

GetContractRequest

com.daml.ledger.api.v2 · 2 fields

contract_idstring
querying_partiesrepeated string

GetContractResponse

com.daml.ledger.api.v2 · 1 fields

created_eventCreatedEvent

GetEventsByContractIdRequest

com.daml.ledger.api.v2 · 2 fields

contract_idstring
event_formatEventFormat

GetEventsByContractIdResponse

com.daml.ledger.api.v2 · 2 fields

createdCreated
archivedArchived

GetLatestPrunedOffsetsRequest

com.daml.ledger.api.v2 · 0 fields

GetLatestPrunedOffsetsResponse

com.daml.ledger.api.v2 · 2 fields

participant_pruned_up_to_inclusiveint64
all_divulged_contracts_pruned_up_to_inclusiveint64

GetLedgerApiVersionRequest

com.daml.ledger.api.v2 · 0 fields

GetLedgerApiVersionResponse

com.daml.ledger.api.v2 · 2 fields

versionstring
featuresFeaturesDescriptor

GetLedgerEndRequest

com.daml.ledger.api.v2 · 0 fields

GetLedgerEndResponse

com.daml.ledger.api.v2 · 1 fields

offsetint64

GetPackageRequest

com.daml.ledger.api.v2 · 1 fields

package_idstring

GetPackageResponse

com.daml.ledger.api.v2 · 3 fields

hash_functionHashFunction
archive_payloadbytes
hashstring

HashFunction

com.daml.ledger.api.v2 · 1 values

  • HASH_FUNCTION_SHA256

GetPackageStatusRequest

com.daml.ledger.api.v2 · 1 fields

package_idstring

GetPackageStatusResponse

com.daml.ledger.api.v2 · 1 fields

package_statusPackageStatus

PackageStatus

com.daml.ledger.api.v2 · 2 values

  • PACKAGE_STATUS_UNSPECIFIED
  • PACKAGE_STATUS_REGISTERED

GetUpdateByIdRequest

com.daml.ledger.api.v2 · 2 fields

update_idstring
update_formatUpdateFormat

UpdateFormat

com.daml.ledger.api.v2 · 3 fields

include_transactionsTransactionFormat
include_reassignmentsEventFormat
include_topology_eventsTopologyFormat

TransactionFormat

com.daml.ledger.api.v2 · 2 fields

event_formatEventFormat
transaction_shapeTransactionShape

TransactionShape

com.daml.ledger.api.v2 · 3 values

  • TRANSACTION_SHAPE_UNSPECIFIED
  • TRANSACTION_SHAPE_ACS_DELTA
  • TRANSACTION_SHAPE_LEDGER_EFFECTS

TopologyFormat

com.daml.ledger.api.v2 · 1 fields

include_participant_authorization_eventsParticipantAuthorizationTopologyFormat

ParticipantAuthorizationTopologyFormat

com.daml.ledger.api.v2 · 1 fields

partiesrepeated string

GetUpdateByOffsetRequest

com.daml.ledger.api.v2 · 2 fields

offsetint64
update_formatUpdateFormat

GetUpdateResponse

com.daml.ledger.api.v2 · 3 fields

transactionTransaction
reassignmentReassignment
topology_transactionTopologyTransaction

Transaction

com.daml.ledger.api.v2 · 10 fields

update_idstring
command_idstring
workflow_idstring
effective_atTimestamp
eventsrepeated Event
offsetint64
synchronizer_idstring
trace_contextTraceContext
record_timeTimestamp
external_transaction_hashbytes

Reassignment

com.daml.ledger.api.v2 · 8 fields

update_idstring
command_idstring
workflow_idstring
offsetint64
eventsrepeated ReassignmentEvent
trace_contextTraceContext
record_timeTimestamp
synchronizer_idstring

ReassignmentEvent

com.daml.ledger.api.v2 · 2 fields

unassignedUnassignedEvent
assignedAssignedEvent

TopologyTransaction

com.daml.ledger.api.v2 · 6 fields

update_idstring
offsetint64
synchronizer_idstring
record_timeTimestamp
eventsrepeated TopologyEvent
trace_contextTraceContext

TopologyEvent

com.daml.ledger.api.v2 · 3 fields

participant_authorization_changedParticipantAuthorizationChanged
participant_authorization_revokedParticipantAuthorizationRevoked
participant_authorization_addedParticipantAuthorizationAdded

ParticipantAuthorizationChanged

com.daml.ledger.api.v2 · 3 fields

party_idstring
participant_idstring
participant_permissionParticipantPermission

ParticipantAuthorizationRevoked

com.daml.ledger.api.v2 · 2 fields

party_idstring
participant_idstring

ParticipantAuthorizationAdded

com.daml.ledger.api.v2 · 3 fields

party_idstring
participant_idstring
participant_permissionParticipantPermission

GetUpdatesRequest

com.daml.ledger.api.v2 · 3 fields

begin_exclusiveint64
end_inclusiveint64
update_formatUpdateFormat

GetUpdatesResponse

com.daml.ledger.api.v2 · 4 fields

transactionTransaction
reassignmentReassignment
offset_checkpointOffsetCheckpoint
topology_transactionTopologyTransaction

ListPackagesRequest

com.daml.ledger.api.v2 · 0 fields

ListPackagesResponse

com.daml.ledger.api.v2 · 1 fields

package_idsrepeated string

ListVettedPackagesRequest

com.daml.ledger.api.v2 · 4 fields

package_metadata_filterPackageMetadataFilter
topology_state_filterTopologyStateFilter
page_tokenstring
page_sizeuint32

PackageMetadataFilter

com.daml.ledger.api.v2 · 2 fields

package_idsrepeated string
package_name_prefixesrepeated string

TopologyStateFilter

com.daml.ledger.api.v2 · 2 fields

participant_idsrepeated string
synchronizer_idsrepeated string

ListVettedPackagesResponse

com.daml.ledger.api.v2 · 2 fields

vetted_packagesrepeated VettedPackages
next_page_tokenstring

VettedPackages

com.daml.ledger.api.v2 · 4 fields

packagesrepeated VettedPackage
participant_idstring
synchronizer_idstring
topology_serialuint32

VettedPackage

com.daml.ledger.api.v2 · 5 fields

package_idstring
valid_from_inclusiveTimestamp
valid_until_exclusiveTimestamp
package_namestring
package_versionstring

PackageReference

com.daml.ledger.api.v2 · 3 fields

package_idstring
package_namestring
package_versionstring

PriorTopologySerial

com.daml.ledger.api.v2 · 2 fields

prioruint32
no_priorEmpty

ReassignmentCommand

com.daml.ledger.api.v2 · 2 fields

unassign_commandUnassignCommand
assign_commandAssignCommand

UnassignCommand

com.daml.ledger.api.v2 · 3 fields

contract_idstring
sourcestring
targetstring

ReassignmentCommands

com.daml.ledger.api.v2 · 6 fields

workflow_idstring
user_idstring
command_idstring
submitterstring
submission_idstring
commandsrepeated ReassignmentCommand

Signature

com.daml.ledger.api.v2 · 4 fields

formatSignatureFormat
signaturebytes
signed_bystring
signing_algorithm_specSigningAlgorithmSpec

SignatureFormat

com.daml.ledger.api.v2 · 5 values

  • SIGNATURE_FORMAT_UNSPECIFIED
  • SIGNATURE_FORMAT_RAW
  • SIGNATURE_FORMAT_DER
  • SIGNATURE_FORMAT_CONCAT
  • SIGNATURE_FORMAT_SYMBOLIC

SigningAlgorithmSpec

com.daml.ledger.api.v2 · 4 values

  • SIGNING_ALGORITHM_SPEC_UNSPECIFIED
  • SIGNING_ALGORITHM_SPEC_ED25519
  • SIGNING_ALGORITHM_SPEC_EC_DSA_SHA_256
  • SIGNING_ALGORITHM_SPEC_EC_DSA_SHA_384

SigningPublicKey

com.daml.ledger.api.v2 · 3 fields

formatCryptoKeyFormat
key_databytes
key_specSigningKeySpec

CryptoKeyFormat

com.daml.ledger.api.v2 · 4 values

  • CRYPTO_KEY_FORMAT_UNSPECIFIED
  • CRYPTO_KEY_FORMAT_DER
  • CRYPTO_KEY_FORMAT_RAW
  • CRYPTO_KEY_FORMAT_DER_X509_SUBJECT_PUBLIC_KEY_INFO

SigningKeySpec

com.daml.ledger.api.v2 · 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

SubmitAndWaitForReassignmentRequest

com.daml.ledger.api.v2 · 2 fields

reassignment_commandsReassignmentCommands
event_formatEventFormat

SubmitAndWaitForReassignmentResponse

com.daml.ledger.api.v2 · 1 fields

reassignmentReassignment

SubmitAndWaitForTransactionRequest

com.daml.ledger.api.v2 · 2 fields

commandsCommands
transaction_formatTransactionFormat

SubmitAndWaitForTransactionResponse

com.daml.ledger.api.v2 · 1 fields

transactionTransaction

SubmitAndWaitRequest

com.daml.ledger.api.v2 · 1 fields

commandsCommands

SubmitAndWaitResponse

com.daml.ledger.api.v2 · 2 fields

update_idstring
completion_offsetint64

SubmitReassignmentRequest

com.daml.ledger.api.v2 · 1 fields

reassignment_commandsReassignmentCommands

SubmitReassignmentResponse

com.daml.ledger.api.v2 · 0 fields

SubmitRequest

com.daml.ledger.api.v2 · 1 fields

commandsCommands

SubmitResponse

com.daml.ledger.api.v2 · 0 fields