c

com.digitalasset.canton.participant.config

RemoteParticipantConfig

case class RemoteParticipantConfig(adminApi: ClientConfig, ledgerApi: ClientConfig, token: Option[String] = None) extends BaseParticipantConfig with Product with Serializable

Configuration to connect the console to a participant running remotely.

adminApi

the configuration to connect the console to the remote admin api

ledgerApi

the configuration to connect the console to the remote ledger api

token

optional bearer token to use on the ledger-api if jwt authorization is enabled

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteParticipantConfig
  2. Serializable
  3. Product
  4. Equals
  5. BaseParticipantConfig
  6. NodeConfig
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RemoteParticipantConfig(adminApi: ClientConfig, ledgerApi: ClientConfig, token: Option[String] = None)

    adminApi

    the configuration to connect the console to the remote admin api

    ledgerApi

    the configuration to connect the console to the remote ledger api

    token

    optional bearer token to use on the ledger-api if jwt authorization is enabled

Value Members

  1. val adminApi: ClientConfig
  2. def clientAdminApi: ClientConfig
    Definition Classes
    RemoteParticipantConfigNodeConfig
  3. def clientLedgerApi: ClientConfig
  4. val ledgerApi: ClientConfig
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val token: Option[String]