com.digitalasset.canton.participant.config
LocalParticipantConfig
Companion object LocalParticipantConfig
trait LocalParticipantConfig extends BaseParticipantConfig with LocalNodeConfig
Base for local participant configurations
- Alphabetic
- By Inheritance
- LocalParticipantConfig
- LocalNodeConfig
- BaseParticipantConfig
- NodeConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def adminApi: AdminServerConfig
parameters of the interface used to administrate the participant
parameters of the interface used to administrate the participant
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def caching: CachingConfigs
Various cache sizes
Various cache sizes
- Definition Classes
- LocalNodeConfig
- abstract def clientAdminApi: ClientConfig
- Definition Classes
- NodeConfig
- abstract def clientLedgerApi: ClientConfig
- Definition Classes
- BaseParticipantConfig
- abstract def crypto: CryptoConfig
determines the algorithms used for signing, hashing, and encryption
determines the algorithms used for signing, hashing, and encryption
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def init: ParticipantInitConfig
determines how this node is initialized
determines how this node is initialized
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def ledgerApi: LedgerApiServerConfig
parameters of the interfaces that applications use to change and query the ledger
- abstract def monitoring: NodeMonitoringConfig
- Definition Classes
- LocalNodeConfig
- abstract def parameters: ParticipantNodeParameterConfig
general participant node parameters
- abstract def sequencerClient: SequencerClientConfig
- Definition Classes
- LocalNodeConfig
- abstract def storage: StorageConfig
determines how the participant stores the ledger
determines how the participant stores the ledger
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def testingTime: Option[TestingTimeServiceConfig]
determines whether and how to support the ledger API time service
- abstract def toRemoteConfig: RemoteParticipantConfig
Concrete Value Members
- val nodeTypeName: String
Human readable name for the type of node used for displaying config error messages
Human readable name for the type of node used for displaying config error messages
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig