package parties
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class GenerateExternalPartyTopology(partyId: PartyId, publicKeyFingerprint: Fingerprint, topologyTransactions: Seq[PositiveTopologyTransaction], multiHash: Hash) extends Product with Serializable
- 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
- object GenerateExternalPartyTopology extends Serializable
- object PartyDetails extends Serializable