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 store
  11. package sync
  12. package topology
  13. package util

Type Members

  1. type GlobalOffset = Long
  2. type LedgerSyncEvent = Update
  3. type LedgerSyncEventWithOffset = (LedgerSyncOffset, LedgerSyncEvent)
  4. type LedgerSyncOffset = Offset
  5. type LedgerSyncRecordTime = Timestamp
  6. type LocalOffset = Long
  7. 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.

  8. class ParticipantNodeBootstrap extends CantonNodeBootstrapBase[ParticipantNode, LocalParticipantConfig, ParticipantNodeParameters]
  9. type RequestCounter = Long

    The counter assigned by the transaction processor to confirmation and transfer requests.

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped