Packages

object commitments extends Helpful

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. commitments
  2. Helpful
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. 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"))
  11. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  12. 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)
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped