final case class AcsCommitment(domainId: String, sendingParticipant: String, counterParticipant: String, fromExclusive: Option[Timestamp], toInclusive: Option[Timestamp], 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 domain 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.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- AcsCommitment
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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 clearFromExclusive: AcsCommitment
- def clearToInclusive: AcsCommitment
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val commitment: ByteString
- def companion: AcsCommitment.type
- Definition Classes
- AcsCommitment → GeneratedMessage
- val counterParticipant: String
- val domainId: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fromExclusive: Option[Timestamp]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AcsCommitment → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AcsCommitment → GeneratedMessage
- def getFromExclusive: Timestamp
- def getToInclusive: Timestamp
- 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
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sendingParticipant: String
- def serializedSize: Int
- Definition Classes
- AcsCommitment → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- val toInclusive: Option[Timestamp]
- 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 withCounterParticipant(__v: String): AcsCommitment
- def withDomainId(__v: String): AcsCommitment
- def withFromExclusive(__v: Timestamp): AcsCommitment
- def withSendingParticipant(__v: String): AcsCommitment
- def withToInclusive(__v: Timestamp): 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