Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-dataupdatesubmission

UpdateSubmission

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.

UpdateSubmission

This class can be used to build a valid submission for an Update. It provides create(String, String, Update) for initial creation and methods to set optional parameters e.g withActAs(List), withWorkflowId(String) etc. Usage: var submission = UpdateSubmission.create(userId, commandId, update) .withAccessToken(token) .withParty(party) .with…

UpdateSubmission - stable

Upstream docs: Open

Signature

public final class UpdateSubmission<U> extends Object

Members

DocsMemberIntroducedDeprecatedRemoved
Opencreate(String, String, Update<U>)3.4.8--
OpengetAccessToken()3.4.8--
OpengetActAs()3.4.8--
OpengetCommandId()3.4.8--
OpengetDeduplicationDuration()3.4.8--
OpengetDeduplicationOffset()3.4.8--
OpengetDisclosedContracts()3.4.8--
OpengetMinLedgerTimeAbs()3.4.8--
OpengetMinLedgerTimeRel()3.4.8--
OpengetPackageIdSelectionPreference()3.4.8--
OpengetPrefetchContractKeys()3.4.8--
OpengetReadAs()3.4.8--
OpengetSynchronizerId()3.4.8--
OpengetUpdate()3.4.8--
OpengetUserId()3.4.8--
OpengetWorkflowId()3.4.8--
OpentoCommandsSubmission()3.4.8--
OpenwithAccessToken(Optional<String>)3.4.8--
OpenwithActAs(List<String>)3.4.8--
OpenwithActAs(String)3.4.8--
OpenwithDeduplicationDuration(Optional<Duration>)3.4.8--
OpenwithDeduplicationOffset(Optional<Long>)3.4.8--
OpenwithDisclosedContracts(List<DisclosedContract>)3.4.8--
OpenwithMinLedgerTimeAbs(Optional<Instant>)3.4.8--
OpenwithMinLedgerTimeRel(Optional<Duration>)3.4.8--
OpenwithPackageIdSelectionPreference(List<String>)3.4.8--
OpenwithPrefetchContractKeys(List<PrefetchContractKey>)3.4.8--
OpenwithReadAs(List<String>)3.4.8--
OpenwithSynchronizerId(String)3.4.8--
OpenwithWorkflowId(String)3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.