final case class Deliver(submission: SubmissionRequest, sequencingTime: CantonTimestamp, deliverToMembers: Set[Member], batch: Batch[ClosedEnvelope], submissionTraceContext: TraceContext, trafficReceiptO: Option[TrafficReceipt], inFlightAggregation: Option[(AggregationId, InFlightAggregationUpdate)]) extends DeliverableSubmissionOutcome with Product with Serializable
The submission was successfully sequenced and should be delivered to the specified members.
- submission
The original submission request.
- sequencingTime
The time at which the submission was sequenced.
- deliverToMembers
The members to which the submission should be delivered, only needed before group addressing in DBS is finished.
- batch
The batch of envelopes to be delivered (may include aggregated signatures, prefer this to submissionRequest.batch).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Deliver
- Serializable
- Product
- Equals
- DeliverableSubmissionOutcome
- SubmissionOutcome
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Deliver(submission: SubmissionRequest, sequencingTime: CantonTimestamp, deliverToMembers: Set[Member], batch: Batch[ClosedEnvelope], submissionTraceContext: TraceContext, trafficReceiptO: Option[TrafficReceipt], inFlightAggregation: Option[(AggregationId, InFlightAggregationUpdate)])
- submission
The original submission request.
- sequencingTime
The time at which the submission was sequenced.
- deliverToMembers
The members to which the submission should be delivered, only needed before group addressing in DBS is finished.
- batch
The batch of envelopes to be delivered (may include aggregated signatures, prefer this to submissionRequest.batch).
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
- val batch: Batch[ClosedEnvelope]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val deliverToMembers: Set[Member]
- Definition Classes
- Deliver → 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
- Deliver → 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
- Deliver → DeliverableSubmissionOutcome
- val submission: SubmissionRequest
- Definition Classes
- Deliver → DeliverableSubmissionOutcome
- val submissionTraceContext: TraceContext
- Definition Classes
- Deliver → DeliverableSubmissionOutcome
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val trafficReceiptO: Option[TrafficReceipt]
- Definition Classes
- Deliver → DeliverableSubmissionOutcome
- def updateTrafficReceipt(trafficReceiptO: Option[TrafficReceipt]): DeliverableSubmissionOutcome
- Definition Classes
- Deliver → 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])