package definitions
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ChangeId(applicationId: ApplicationId, commandId: CommandId, actAs: Set[Party]) extends Product with Serializable
Identifier for ledger changes used by command deduplication.
Identifier for ledger changes used by command deduplication. Equality is defined in terms of the cryptographic hash.
- See also
ReadService.stateUpdates for the command deduplication guarantee
Value Members
- object IndexErrors extends IndexErrorGroup
- Annotations
- @Explanation("Errors raised by the Participant Index persistence layer.")
- object LedgerApiErrors extends LedgerApiErrorGroup
- Annotations
- @Explanation("Errors raised by or forwarded by the Ledger API.")
- object PackageServiceError extends definitions.LedgerApiErrors.PackageServiceErrorGroup
- Annotations
- @Explanation("Errors raised by the Package Management Service on package uploads.")