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
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | create(String, String, Update<U>) | 3.4.8 | - | - |
| Open | getAccessToken() | 3.4.8 | - | - |
| Open | getActAs() | 3.4.8 | - | - |
| Open | getCommandId() | 3.4.8 | - | - |
| Open | getDeduplicationDuration() | 3.4.8 | - | - |
| Open | getDeduplicationOffset() | 3.4.8 | - | - |
| Open | getDisclosedContracts() | 3.4.8 | - | - |
| Open | getMinLedgerTimeAbs() | 3.4.8 | - | - |
| Open | getMinLedgerTimeRel() | 3.4.8 | - | - |
| Open | getPackageIdSelectionPreference() | 3.4.8 | - | - |
| Open | getPrefetchContractKeys() | 3.4.8 | - | - |
| Open | getReadAs() | 3.4.8 | - | - |
| Open | getSynchronizerId() | 3.4.8 | - | - |
| Open | getUpdate() | 3.4.8 | - | - |
| Open | getUserId() | 3.4.8 | - | - |
| Open | getWorkflowId() | 3.4.8 | - | - |
| Open | toCommandsSubmission() | 3.4.8 | - | - |
| Open | withAccessToken(Optional<String>) | 3.4.8 | - | - |
| Open | withActAs(List<String>) | 3.4.8 | - | - |
| Open | withActAs(String) | 3.4.8 | - | - |
| Open | withDeduplicationDuration(Optional<Duration>) | 3.4.8 | - | - |
| Open | withDeduplicationOffset(Optional<Long>) | 3.4.8 | - | - |
| Open | withDisclosedContracts(List<DisclosedContract>) | 3.4.8 | - | - |
| Open | withMinLedgerTimeAbs(Optional<Instant>) | 3.4.8 | - | - |
| Open | withMinLedgerTimeRel(Optional<Duration>) | 3.4.8 | - | - |
| Open | withPackageIdSelectionPreference(List<String>) | 3.4.8 | - | - |
| Open | withPrefetchContractKeys(List<PrefetchContractKey>) | 3.4.8 | - | - |
| Open | withReadAs(List<String>) | 3.4.8 | - | - |
| Open | withSynchronizerId(String) | 3.4.8 | - | - |
| Open | withWorkflowId(String) | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.