Packages

case class SerializableTimeModel(timeModel: LedgerTimeModel) extends HasProtoV0[TimeModel] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializableTimeModel
  2. Serializable
  3. Product
  4. Equals
  5. HasProtoV0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SerializableTimeModel(timeModel: LedgerTimeModel)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val timeModel: LedgerTimeModel
  3. def toProtoV0: TimeModel

    Yields the proto representation of the class.

    Yields the proto representation of the class.

    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.MemoizedEvidence).

    Definition Classes
    SerializableTimeModelHasProtoV0