object commitments extends Helpful
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- commitments
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- def inspect_acs_commitment_mismatch(synchronizerId: SynchronizerId, mismatchTimestamp: CantonTimestamp, targetParticipant: ParticipantReference, counterParticipant: ParticipantReference, timeout: Option[NonNegativeDuration] = None, integrityChecks: Boolean = true, binaryOutputFile: Option[String] = None, readableOutputFile: Option[String] = None): Unit
- Annotations
- @Summary(s = "Inspect ACS commitment mismatch as part of the reconciliation protocol.", flag = FeatureFlag.Preview) @Description(s = """ Inspect commitment mismatch between computed local commitment and received commitment from counter-participant. | Writes to files the contracts that cause the mismatch and the transactions that activated them. | Assumes that the console is connected to both participants that observed the mismatch. | The commands outputs an error if the counter-participant sent several commitments for the same interval end | and synchronizer, because, e.g., it executed a repair command in the meantime and it cannot retrieve the data for the | given commitment anymore. | The arguments are: | - synchronizerId: The synchronizer where the mismatch occurred | - mismatchTimestamp: The synchronizer timestamp of the commitment mismatch. Needs to correspond to a commitment tick. | - targetParticipant: The participant that reported the mismatch and wants to fix it on its side. | - counterParticipant: The counter participant that sent the mismatching commitment, and with which we interact | to retrieve the mismatching contracts. | - timeout: Time limit for each streaming grpc calls in the command to complete. | Optional argument. If not given, the time is unbounded. | - integrityChecks: If true, the command performs additional checks: | - check that, at the given mismatch timestamp, the participant's own commitment and received | counterCommitment indeed mismatch | - check that the received contract metadata matches the counterCommitment | - binaryOutputFile: File where to write the mismatch information in binary format. This can be passed to the | command reconciling the mismatch. The mismatch information has the type CommitmentInspectContracts. | Optional argument. If not given, the default file name on the console is used. | - readableOutputFile: File where to write the mismatch information in human-readable format. This file can | be edited by users to indicate how to fix mismatches: keep, delete, etc. The data type is CommitmentMismatchInfo | written in json format. | Optional argument. If not given, the default file name on the console is used.""".stripMargin)
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])