Packages

package parties

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GenerateExternalPartyTopology(partyId: PartyId, publicKeyFingerprint: Fingerprint, topologyTransactions: Seq[PositiveTopologyTransaction], multiHash: Hash) extends Product with Serializable
  2. final case class PartyDetails(party: PartyId, isLocal: Boolean, annotations: Map[String, String], identityProviderId: String) extends Product with Serializable

    Represents a party details value exposed in the Canton console

    Represents a party details value exposed in the Canton console

    isLocal

    true if party is hosted by the participant and the party shares the same identity provider as the user issuing the request.

Value Members

  1. object GenerateExternalPartyTopology extends Serializable
  2. object PartyDetails extends Serializable

Ungrouped