package topology

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BaseResult(storeId: TopologyStoreId, validFrom: Instant, validUntil: Option[Instant], sequenced: Instant, operation: TopologyChangeOp, transactionHash: TxHash, serial: PositiveInt, signedBy: NonEmpty[Seq[Fingerprint]]) extends Product with Serializable
  2. final case class ListDecentralizedNamespaceDefinitionResult(context: BaseResult, item: DecentralizedNamespaceDefinition) extends TopologyResult[DecentralizedNamespaceDefinition] with Product with Serializable
  3. final case class ListMediatorSynchronizerStateResult(context: BaseResult, item: MediatorSynchronizerState) extends TopologyResult[MediatorSynchronizerState] with Product with Serializable
  4. final case class ListMultiHostingProposal(txHash: TxHash, party: PartyId, permission: ParticipantPermission, otherParticipants: Seq[HostingParticipant], threshold: PositiveInt) extends PrettyPrinting with Product with Serializable

    Console API class to conveniently represent a party to participant proposals

    Console API class to conveniently represent a party to participant proposals

    txHash

    the hash of the proposal, required to approve it

    party

    the party to be hosted

    permission

    the permission for the currently selected participant

    otherParticipants

    the other participants involved in the hosting relationship

    threshold

    the signing threshold in case this is a multi-sig party

  5. final case class ListNamespaceDelegationResult(context: BaseResult, item: NamespaceDelegation) extends TopologyResult[NamespaceDelegation] with Product with Serializable
  6. final case class ListOwnerToKeyMappingResult(context: BaseResult, item: OwnerToKeyMapping) extends TopologyResult[OwnerToKeyMapping] with Product with Serializable
  7. final case class ListParticipantSynchronizerPermissionResult(context: BaseResult, item: ParticipantSynchronizerPermission) extends TopologyResult[ParticipantSynchronizerPermission] with Product with Serializable
  8. final case class ListPartyHostingLimitsResult(context: BaseResult, item: PartyHostingLimits) extends TopologyResult[PartyHostingLimits] with Product with Serializable
  9. final case class ListPartyToKeyMappingResult(context: BaseResult, item: PartyToKeyMapping) extends TopologyResult[PartyToKeyMapping] with Product with Serializable
  10. final case class ListPartyToParticipantResult(context: BaseResult, item: PartyToParticipant) extends TopologyResult[PartyToParticipant] with Product with Serializable
  11. final case class ListSequencerConnectionSuccessorResult(context: BaseResult, item: SequencerConnectionSuccessor) extends Product with Serializable
  12. final case class ListSequencerSynchronizerStateResult(context: BaseResult, item: SequencerSynchronizerState) extends TopologyResult[SequencerSynchronizerState] with Product with Serializable
  13. final case class ListSynchronizerParametersStateResult(context: BaseResult, item: protocol.DynamicSynchronizerParameters) extends Product with Serializable
  14. final case class ListSynchronizerTrustCertificateResult(context: BaseResult, item: SynchronizerTrustCertificate) extends TopologyResult[SynchronizerTrustCertificate] with Product with Serializable
  15. final case class ListSynchronizerUpgradeAnnouncementResult(context: BaseResult, item: SynchronizerUpgradeAnnouncement) extends Product with Serializable
  16. final case class ListVettedPackagesResult(context: BaseResult, item: VettedPackages) extends TopologyResult[VettedPackages] with Product with Serializable
  17. sealed trait TopologyResult[M <: TopologyMapping] extends AnyRef

Ungrouped