package participant
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- participant
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- type GlobalOffset = Long
- type LedgerSyncEvent = Update
- type LedgerSyncEventWithOffset = (LedgerSyncOffset, LedgerSyncEvent)
- type LedgerSyncOffset = Offset
- type LedgerSyncRecordTime = Timestamp
- type LocalOffset = Long
- 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.
- class ParticipantNodeBootstrap extends CantonNodeBootstrapBase[ParticipantNode, LocalParticipantConfig, ParticipantNodeParameters]
- type RequestCounter = Long
The counter assigned by the transaction processor to confirmation and transfer requests.
Value Members
- val LedgerSyncEvent: Update.type
- val LedgerSyncOffset: Offset.type
- val LedgerSyncRecordTime: Timestamp.type
- object EnterpriseParticipantNodeFactory extends Factory[EnterpriseParticipantConfig]
- object ParticipantNodeBootstrap
- object Pruning
- object RequestCounter