package domain
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class DomainTopologyService extends NamedLogging with FlagCloseable
- trait RegisterTopologyTransactionHandleCommon[TX, State] extends FlagCloseable
- trait RegisterTopologyTransactionHandleWithProcessor[TX, State] extends RegisterTopologyTransactionHandleCommon[TX, State]
- 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
- trait SequencerConnectClient extends NamedLogging with AutoCloseable
- final case class ServiceAgreement(id: ServiceAgreementId, text: String256M) extends Product with Serializable
- final case class ServiceAgreementId(str: String255) extends LengthLimitedStringWrapper with Product with Serializable
Value Members
- object SequencerBasedRegisterTopologyTransactionHandle
- object SequencerConnectClient
- object ServiceAgreement extends Serializable
- object ServiceAgreementId extends LengthLimitedStringWrapperCompanion[String255, ServiceAgreementId] with Serializable