object PartyId extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyId
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(identifier: Identifier, namespace: Namespace): PartyId
  2. def fromLfParty(lfParty: LfPartyId): Either[String, PartyId]
  3. implicit val getResultPartyId: GetResult[PartyId]
  4. implicit val ordering: Ordering[PartyId]
  5. implicit val setParameterPartyId: SetParameter[PartyId]
  6. def tryFromLfParty(lfParty: LfPartyId): PartyId
  7. def tryFromProtoPrimitive(str: String): PartyId