c
com.digitalasset.canton.participant.store
SerializableDivulgedContract
Companion object SerializableDivulgedContract
case class SerializableDivulgedContract(divulgedContract: DivulgedContract) extends HasProtoV0[DivulgedContract] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializableDivulgedContract
- Serializable
- Product
- Equals
- HasProtoV0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SerializableDivulgedContract(divulgedContract: DivulgedContract)
Value Members
- val divulgedContract: DivulgedContract
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- SerializableDivulgedContract → HasProtoV0