final case class AcsCommitment(synchronizerId: String, sendingParticipantUid: String, counterParticipantUid: String, fromExclusive: Long, toInclusive: Long, commitment: ByteString) extends GeneratedMessage with Updatable[AcsCommitment] with Product with Serializable
A commitment to the active contract set (ACS) that is shared between two participants on a given synchronizer at a given time.
Given a commitment scheme to the ACS, the semantics are as follows: the sender declares that the shared ACS was
exactly the one committed to, at every commitment tick during the specified period and as determined by the period's
interval. The interval is assumed to be a round number of seconds. The ticks then start at the Java EPOCH time, and
are exactly interval
apart.
All fields are mandatory.
- fromExclusive
in microseconds of UTC time since Unix epoch
- toInclusive
in microseconds of UTC time since Unix epoch
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- AcsCommitment
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AcsCommitment(synchronizerId: String, sendingParticipantUid: String, counterParticipantUid: String, fromExclusive: Long, toInclusive: Long, commitment: ByteString)
- fromExclusive
in microseconds of UTC time since Unix epoch
- toInclusive
in microseconds of UTC time since Unix epoch
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()
- val commitment: ByteString
- def companion: AcsCommitment.type
- Definition Classes
- AcsCommitment → GeneratedMessage
- val counterParticipantUid: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fromExclusive: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AcsCommitment → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AcsCommitment → GeneratedMessage
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sendingParticipantUid: String
- def serializedSize: Int
- Definition Classes
- AcsCommitment → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: String
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- val toInclusive: Long
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- AcsCommitment → GeneratedMessage
- def update(ms: (Lens[AcsCommitment, AcsCommitment]) => Mutation[AcsCommitment]*): AcsCommitment
- Definition Classes
- Updatable
- 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])
- def withCommitment(__v: ByteString): AcsCommitment
- def withCounterParticipantUid(__v: String): AcsCommitment
- def withFromExclusive(__v: Long): AcsCommitment
- def withSendingParticipantUid(__v: String): AcsCommitment
- def withSynchronizerId(__v: String): AcsCommitment
- def withToInclusive(__v: Long): AcsCommitment
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AcsCommitment → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage