trait LocalParticipantConfig extends BaseParticipantConfig with LocalNodeConfig

Base for local participant configurations

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalParticipantConfig
  2. LocalNodeConfig
  3. BaseParticipantConfig
  4. NodeConfig
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def adminApi: AdminServerConfig

    parameters of the interface used to administrate the participant

    parameters of the interface used to administrate the participant

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  2. abstract def caching: CachingConfigs

    Various cache sizes

    Various cache sizes

    Definition Classes
    LocalNodeConfig
  3. abstract def clientAdminApi: ClientConfig
    Definition Classes
    NodeConfig
  4. abstract def clientLedgerApi: ClientConfig
    Definition Classes
    BaseParticipantConfig
  5. abstract def crypto: CryptoConfig

    determines the algorithms used for signing, hashing, and encryption

    determines the algorithms used for signing, hashing, and encryption

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  6. abstract def init: ParticipantInitConfig

    determines how this node is initialized

    determines how this node is initialized

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  7. abstract def ledgerApi: LedgerApiServerConfig

    parameters of the interfaces that applications use to change and query the ledger

  8. abstract def monitoring: NodeMonitoringConfig
    Definition Classes
    LocalNodeConfig
  9. abstract def parameters: ParticipantNodeParameterConfig

    general participant node parameters

  10. abstract def sequencerClient: SequencerClientConfig
    Definition Classes
    LocalNodeConfig
  11. abstract def storage: StorageConfig

    determines how the participant stores the ledger

    determines how the participant stores the ledger

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  12. abstract def testingTime: Option[TestingTimeServiceConfig]

    determines whether and how to support the ledger API time service

  13. abstract def toRemoteConfig: RemoteParticipantConfig

Concrete Value Members

  1. 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
    LocalParticipantConfigLocalNodeConfig