Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class EthereumLedgerNodeConfig(clientConf: ClientConfig, contract: SequencerContractConfig, gas: GasConfig = GasConfig(), signingTolerance: NonNegativeFiniteDuration = EthereumLedgerNodeConfig.defaultSigningTolerance, wallet: WalletConfig = RandomWallet(), tls: Option[TlsConfig] = None, validation: ValidationConfig = ValidationConfig()) extends Product with Serializable
  2. case class FabricLedgerConfig(organizations: Seq[OrganizationConfig], channel: ChannelConfig, contextOrganizationName: String, usePrivateDataCollections: Boolean = false) extends Product with Serializable

    organizations

    data about the components of each organization of the network

    channel

    channel configuration

    contextOrganizationName

    name of the organization which this app is part of

    usePrivateDataCollections

    whether to use the experimental feature of private data collections for storing messages

Value Members

  1. object EthereumLedgerNodeConfig extends Serializable
  2. object FabricLedgerConfig extends Serializable

Ungrouped