com.digitalasset.canton.admin.participant.v30
ReceivedAcsCommitment
Companion object ReceivedAcsCommitment
final case class ReceivedAcsCommitment(interval: Option[Interval], originCounterParticipantUid: String, receivedCommitment: Option[ByteString], ownCommitment: Option[ByteString], state: ReceivedCommitmentState) extends GeneratedMessage with Updatable[ReceivedAcsCommitment] with Product with Serializable
- originCounterParticipantUid
the counter participant that computed and sent the commitment, from whom the current participant received the commitment
- receivedCommitment
the commitment received from the counter participant, unsigned because the admin trusts own participant's reply populated only if verbose mode is on
- ownCommitment
own commitment of participant that was compared with the received commitment, unsigned because the admin trusts own participant's reply populated only in case there is a mismatch and verbose mode is on might not correspond to the same interval as the received commitment, however, the matching timestamp is the end of the returned interval
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ReceivedAcsCommitment
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReceivedAcsCommitment(interval: Option[Interval], originCounterParticipantUid: String, receivedCommitment: Option[ByteString], ownCommitment: Option[ByteString], state: ReceivedCommitmentState)
- originCounterParticipantUid
the counter participant that computed and sent the commitment, from whom the current participant received the commitment
- receivedCommitment
the commitment received from the counter participant, unsigned because the admin trusts own participant's reply populated only if verbose mode is on
- ownCommitment
own commitment of participant that was compared with the received commitment, unsigned because the admin trusts own participant's reply populated only in case there is a mismatch and verbose mode is on might not correspond to the same interval as the received commitment, however, the matching timestamp is the end of the returned interval
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 clearInterval: ReceivedAcsCommitment
- def clearOwnCommitment: ReceivedAcsCommitment
- def clearReceivedCommitment: ReceivedAcsCommitment
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: ReceivedAcsCommitment.type
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- def getInterval: Interval
- def getOwnCommitment: ByteString
- def getReceivedCommitment: ByteString
- val interval: Option[Interval]
- 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()
- val originCounterParticipantUid: String
- val ownCommitment: Option[ByteString]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val receivedCommitment: Option[ByteString]
- def serializedSize: Int
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- val state: ReceivedCommitmentState
- 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
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- def update(ms: (Lens[ReceivedAcsCommitment, ReceivedAcsCommitment]) => Mutation[ReceivedAcsCommitment]*): ReceivedAcsCommitment
- 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 withInterval(__v: Interval): ReceivedAcsCommitment
- def withOriginCounterParticipantUid(__v: String): ReceivedAcsCommitment
- def withOwnCommitment(__v: ByteString): ReceivedAcsCommitment
- def withReceivedCommitment(__v: ByteString): ReceivedAcsCommitment
- def withState(__v: ReceivedCommitmentState): ReceivedAcsCommitment
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ReceivedAcsCommitment → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage