Packages

case class SerializableDivulgedContract(divulgedContract: DivulgedContract) extends HasProtoV0[DivulgedContract] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializableDivulgedContract
  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 SerializableDivulgedContract(divulgedContract: DivulgedContract)

Value Members

  1. val divulgedContract: DivulgedContract
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toProtoV0: DivulgedContract

    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
    SerializableDivulgedContractHasProtoV0