package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package grpc

Type Members

  1. class DomainTopologyService extends NamedLogging with FlagCloseable
  2. class DomainTopologyServiceX extends NamedLogging with FlagCloseable
  3. trait RegisterTopologyTransactionHandleCommon[TX, State] extends FlagCloseable
  4. trait RegisterTopologyTransactionHandleWithProcessor[TX, State] extends RegisterTopologyTransactionHandleCommon[TX, State]
  5. class SequencerBasedRegisterTopologyTransactionHandle extends RegisterTopologyTransactionHandleWithProcessor[SignedTopologyTransaction[TopologyChangeOp], State] with NamedLogging

    Handle used in order to request approval of participant's topology transactions by the IDM and wait for the responses by sending RegisterTopologyTransactionRequest's via the sequencer.

    Handle used in order to request approval of participant's topology transactions by the IDM and wait for the responses by sending RegisterTopologyTransactionRequest's via the sequencer. This gets created in com.digitalasset.canton.participant.topology.ParticipantTopologyDispatcher

  6. class SequencerBasedRegisterTopologyTransactionHandleX extends RegisterTopologyTransactionHandleWithProcessor[GenericSignedTopologyTransactionX, State] with NamedLogging with PrettyPrinting
  7. trait SequencerConnectClient extends NamedLogging with AutoCloseable
  8. final case class ServiceAgreement(id: ServiceAgreementId, text: String256M) extends Product with Serializable
  9. final case class ServiceAgreementId(str: String255) extends LengthLimitedStringWrapper with Product with Serializable

Ungrouped