case class SerializablePartyAllocationRejected(partyAllocationRejected: PartyAllocationRejected) extends HasProtoV0[PartyAllocationRejected] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializablePartyAllocationRejected
- Serializable
- Product
- Equals
- HasProtoV0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SerializablePartyAllocationRejected(partyAllocationRejected: PartyAllocationRejected)
Value Members
- val partyAllocationRejected: PartyAllocationRejected
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toProtoV0: PartyAllocationRejected
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
- SerializablePartyAllocationRejected → HasProtoV0