final case class DeliverReceipt(submission: SubmissionRequest, sequencingTime: CantonTimestamp, submissionTraceContext: TraceContext, trafficReceiptO: Option[TrafficReceipt], inFlightAggregation: Option[(AggregationId, InFlightAggregationUpdate)]) extends DeliverableSubmissionOutcome with Product with Serializable
Receipt, is sent to the sender of an aggregate submission still awaiting more votes. No messages are sent to the recipients.
- submission
The original submission request.
- sequencingTime
The time at which the submission was sequenced.
- submissionTraceContext
The trace context of the submission.
- trafficReceiptO
The traffic receipt,
None
if traffic control is disabled or if the sender is not rate limited (e.g. Sequencer).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeliverReceipt
- Serializable
- Product
- Equals
- DeliverableSubmissionOutcome
- SubmissionOutcome
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeliverReceipt(submission: SubmissionRequest, sequencingTime: CantonTimestamp, submissionTraceContext: TraceContext, trafficReceiptO: Option[TrafficReceipt], inFlightAggregation: Option[(AggregationId, InFlightAggregationUpdate)])
- submission
The original submission request.
- sequencingTime
The time at which the submission was sequenced.
- submissionTraceContext
The trace context of the submission.
- trafficReceiptO
The traffic receipt,
None
if traffic control is disabled or if the sender is not rate limited (e.g. Sequencer).
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()
- def deliverToMembers: Set[Member]
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val inFlightAggregation: Option[(AggregationId, InFlightAggregationUpdate)]
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- 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 sequencingTime: CantonTimestamp
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- val submission: SubmissionRequest
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- val submissionTraceContext: TraceContext
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val trafficReceiptO: Option[TrafficReceipt]
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome
- def updateTrafficReceipt(trafficReceiptO: Option[TrafficReceipt]): DeliverableSubmissionOutcome
- Definition Classes
- DeliverReceipt → DeliverableSubmissionOutcome → SubmissionOutcome
- 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])