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 api
  3. package config
  4. package domain
  5. package event
  6. package grpc
  7. package ledger
  8. package metrics
  9. package protocol
  10. package pruning
  11. package replica
  12. package scheduler
  13. package store
  14. package sync
  15. package topology
  16. package util

Type Members

  1. type GlobalOffset = Long
  2. type LedgerSyncOffset = Offset
  3. type LedgerSyncRecordTime = Timestamp
  4. type LocalOffset = Long
  5. class ParticipantNode extends CantonNode with NamedLogging with HasUptime 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.

  6. class ParticipantNodeBootstrap extends CantonNodeBootstrapBase[ParticipantNode, LocalParticipantConfig, ParticipantNodeParameters]
  7. case class ParticipantNodeParameters(general: General, partyChangeNotification: PartyNotificationConfig, adminWorkflow: AdminWorkflowConfig, maxUnzippedDarSize: Int, stores: ParticipantStoreConfig, transferTimeProofFreshnessProportion: NonNegativeInt, protocolConfig: ParticipantProtocolConfig, uniqueContractKeys: Boolean, enableCausalityTracking: Boolean, ledgerApiServerParameters: LedgerApiServerParametersConfig, maxDbConnections: Int, excludeInfrastructureTransactions: Boolean) extends CantonNodeParameters with HasGeneralCantonNodeParameters with Product with Serializable

Value Members

  1. val LedgerSyncOffset: Offset.type
  2. val LedgerSyncRecordTime: Timestamp.type
  3. object EnterpriseParticipantNodeFactory extends Factory[EnterpriseParticipantConfig]
  4. object ParticipantNodeBootstrap
  5. object Pruning
  6. object ResearchParticipantNodeFactory extends Factory[EnterpriseParticipantConfig]

Inherited from AnyRef

Inherited from Any

Ungrouped