Packages

package participant

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. participant
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package config
  3. package domain
  4. package event
  5. package ledger
  6. package metrics
  7. package protocol
  8. package pruning
  9. package replica
  10. package scheduler
  11. package store
  12. package sync
  13. package topology
  14. package util

Type Members

  1. class CantonLedgerApiServerFactory extends NamedLogging
  2. abstract class EnterpriseParticipantNodeFactoryCommon[B <: CantonNodeBootstrap[_]] extends Factory[EnterpriseParticipantConfig, B]
  3. final case class GlobalOffset(v: PositiveLong) extends Ordered[GlobalOffset] with PrettyPrinting with Product with Serializable
  4. type LedgerSyncOffset = Offset
  5. type LedgerSyncRecordTime = Timestamp
  6. final case class LocalOffset(requestCounter: RequestCounter) extends PrettyPrinting with Ordered[LocalOffset] with Product with Serializable
  7. class ParticipantNode extends ParticipantNodeCommon with NoTracing

    A participant node in the system.

    A participant node in the system.

    The participant node can connect to a number of domains and offers: - the ledger API to its application. - the participant node admin API to its operator.

  8. class ParticipantNodeBootstrap extends CantonNodeBootstrapBase[ParticipantNode, LocalParticipantConfig, ParticipantNodeParameters, ParticipantMetrics] with ParticipantNodeBootstrapCommon
  9. trait ParticipantNodeBootstrapCommon extends AnyRef
  10. abstract class ParticipantNodeCommon extends CantonNode with NamedLogging with HasUptime
  11. final case class ParticipantNodeParameters(general: General, partyChangeNotification: PartyNotificationConfig, adminWorkflow: AdminWorkflowConfig, maxUnzippedDarSize: Int, stores: ParticipantStoreConfig, transferTimeProofFreshnessProportion: NonNegativeInt, protocolConfig: ParticipantProtocolConfig, uniqueContractKeys: Boolean, ledgerApiServerParameters: LedgerApiServerParametersConfig, excludeInfrastructureTransactions: Boolean, engine: CantonEngineConfig, allowForUnauthenticatedContractIds: Boolean, disableUpgradeValidation: Boolean, commandProgressTracking: CommandProgressTrackerConfig) extends CantonNodeParameters with HasGeneralCantonNodeParameters with Product with Serializable

Value Members

  1. val LedgerSyncOffset: Offset.type
  2. val LedgerSyncRecordTime: Timestamp.type
  3. object EnterpriseParticipantNodeFactory extends EnterpriseParticipantNodeFactoryCommon[ParticipantNodeBootstrap]
  4. object GlobalOffset extends Serializable
  5. object LocalOffset extends Serializable
  6. object ParticipantNodeBootstrap
  7. object ParticipantNodeParameters extends Serializable
  8. object Pruning

Inherited from AnyRef

Inherited from Any

Ungrouped