final case class SubmissionRequest extends HasProtocolVersionedWrapper[SubmissionRequest] with ProtocolVersionedMemoizedEvidence with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubmissionRequest
  2. Serializable
  3. Product
  4. Equals
  5. ProtocolVersionedMemoizedEvidence
  6. HasCryptographicEvidence
  7. HasProtocolVersionedWrapper
  8. HasToByteString
  9. HasRepresentativeProtocolVersion
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregationId(hashOps: HashOps): Either[ProtoDeserializationError, Option[AggregationId]]

    Returns the AggregationId for grouping if this is an aggregatable submission.

    Returns the AggregationId for grouping if this is an aggregatable submission. The aggregation ID computationally authenticates the relevant contents of the submission request, namely,

    The AggregationId does not authenticate the following pieces of a submission request:

  5. val aggregationRule: Option[AggregationRule]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val batch: Batch[ClosedEnvelope]
  8. def castRepresentativeProtocolVersion[T <: BaseVersioningCompanion[_, _, _, _]](target: T): Either[String, RepresentativeProtocolVersion[T]]

    Casts this instance's representative protocol version to one for the target type.

    Casts this instance's representative protocol version to one for the target type. This only succeeds if the versioning schemes are the same.

    Definition Classes
    HasProtocolVersionedWrapper
    Annotations
    @SuppressWarnings()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. lazy val companionObj: SubmissionRequest.type
    Attributes
    protected
    Definition Classes
    SubmissionRequestHasProtocolVersionedWrapperHasRepresentativeProtocolVersion
    Annotations
    @transient()
  11. def copy(sender: Member = this.sender, messageId: MessageId = this.messageId, batch: Batch[ClosedEnvelope] = this.batch, maxSequencingTime: CantonTimestamp = this.maxSequencingTime, topologyTimestamp: Option[CantonTimestamp] = this.topologyTimestamp, aggregationRule: Option[AggregationRule] = this.aggregationRule, submissionCost: Option[SequencingSubmissionCost] = this.submissionCost): SubmissionRequest
    Annotations
    @VisibleForTesting()
  12. val deserializedFrom: Option[ByteString]

    Returns the com.google.protobuf.ByteString from which this object has been deserialized, if any.

    Returns the com.google.protobuf.ByteString from which this object has been deserialized, if any. If defined, getCryptographicEvidence will use this as the serialization.

    Definition Classes
    SubmissionRequestProtocolVersionedMemoizedEvidence
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final lazy val getCryptographicEvidence: ByteString

    Returns the serialization of the object into a com.google.protobuf.ByteString.

    Returns the serialization of the object into a com.google.protobuf.ByteString. In particular, every instance i of this trait must equal fromByteString(i.toByteString).

    This method must yield the same result if it is invoked several times.

    Definition Classes
    ProtocolVersionedMemoizedEvidenceHasCryptographicEvidence
  16. def isConfirmationRequest: Boolean
  17. def isEquivalentTo(protocolVersion: ProtocolVersion): Boolean
    Definition Classes
    HasProtocolVersionedWrapper
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val maxSequencingTime: CantonTimestamp
  20. val messageId: MessageId
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def protoVersion: ProtoVersion

    Yields the Proto version that this class will be serialized to

    Yields the Proto version that this class will be serialized to

    Definition Classes
    HasProtocolVersionedWrapper
  26. val representativeProtocolVersion: RepresentativeProtocolVersion[SubmissionRequest.type]

    We have a correspondence {Proto version} <-> {[protocol version]}: each proto version correspond to a list of consecutive protocol versions.

    We have a correspondence {Proto version} <-> {[protocol version]}: each proto version correspond to a list of consecutive protocol versions. The representative is one instance of this list, usually the smallest value. In other words, the Proto versions induce an equivalence relation on the list of protocol version, thus use of representative.

    The method protocolVersionRepresentativeFor below allows to query the representative for an equivalence class.

    Definition Classes
    SubmissionRequestHasRepresentativeProtocolVersion
  27. val sender: Member
  28. val submissionCost: Option[SequencingSubmissionCost]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toByteArray: Array[Byte]

    Yields a byte array representation of the corresponding UntypedVersionedMessage wrapper of this instance.

    Yields a byte array representation of the corresponding UntypedVersionedMessage wrapper of this instance.

    Definition Classes
    HasProtocolVersionedWrapper
  31. def toByteString: ByteString

    Yields a byte string representation of the corresponding UntypedVersionedMessage wrapper of this instance.

    Yields a byte string representation of the corresponding UntypedVersionedMessage wrapper of this instance.

    Definition Classes
    HasProtocolVersionedWrapperHasToByteString
  32. def toByteStringUnmemoized: ByteString

    Computes the serialization of the object as a com.google.protobuf.ByteString.

    Computes the serialization of the object as a com.google.protobuf.ByteString.

    Must meet the contract of getCryptographicEvidence except that when called several times, different com.google.protobuf.ByteStrings may be returned.

    Attributes
    protected[this]
    Definition Classes
    SubmissionRequestProtocolVersionedMemoizedEvidence
  33. lazy val toProtoV30: protocol.v30.SubmissionRequest
  34. def toProtoVersioned: VersionedMessage[SubmissionRequest]

    Yields the proto representation of the class inside an UntypedVersionedMessage wrapper.

    Yields the proto representation of the class inside an UntypedVersionedMessage wrapper.

    Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.ProtocolVersionedMemoizedEvidence).

    Definition Classes
    HasProtocolVersionedWrapper
  35. val topologyTimestamp: Option[CantonTimestamp]
  36. def updateAggregationRule(aggregationRule: AggregationRule): SubmissionRequest
  37. def updateMaxSequencingTime(maxSequencingTime: CantonTimestamp): SubmissionRequest
  38. def validateInstance(): Either[String, Unit]

    Will check that default value rules defined in companionObj.defaultValues hold.

    Will check that default value rules defined in companionObj.defaultValues hold.

    Definition Classes
    HasProtocolVersionedWrapper
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def writeDelimitedTo(output: OutputStream): Either[String, Unit]

    Serializes this instance to a message together with a delimiter (the message length) to the given output stream.

    Serializes this instance to a message together with a delimiter (the message length) to the given output stream.

    This method works in conjunction with parseDelimitedFromTrusted which deserializes the message again. It is useful for serializing multiple messages to a single output stream through multiple invocations.

    Serialization is only supported for com.digitalasset.canton.version.VersionedProtoCodec, an error message is returned otherwise.

    output

    the sink to which this message is serialized to

    returns

    an Either where left represents an error message, and right represents a successful message serialization

    Definition Classes
    HasProtocolVersionedWrapper
  43. def writeToFile(outputFile: String): Unit
    Definition Classes
    HasProtocolVersionedWrapper

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasToByteString

Inherited from AnyRef

Inherited from Any

Ungrouped