Packages

case class SerializablePartyAllocationRejected(partyAllocationRejected: PartyAllocationRejected) extends HasProtoV0[PartyAllocationRejected] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializablePartyAllocationRejected
  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 SerializablePartyAllocationRejected(partyAllocationRejected: PartyAllocationRejected)

Value Members

  1. val partyAllocationRejected: PartyAllocationRejected
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. 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
    SerializablePartyAllocationRejectedHasProtoV0