c
com.digitalasset.canton.domain.sequencing.config
EthereumLedgerNodeConfig
Companion object EthereumLedgerNodeConfig
case class EthereumLedgerNodeConfig[+ContractConf <: SequencerContractConfig](ethereumClient: EthereumClient, clientConf: ClientConfig, contract: ContractConf, authorizationEnabled: Boolean, gas: GasConfig = GasConfig(), wallet: Option[WalletConfig] = None, tls: Option[TlsConfig] = None, validation: ValidationConfig = ValidationConfig(), chainId: Option[Long] = None, web3jConfig: Web3jConfig = Web3jConfig()) extends Product with Serializable
Ethereum specific configuration for an Ethereum sequencer.
- authorizationEnabled
whether authorization on the Ethereum sequencer contract should be enabled
- chainId
ChainId as per EIP-155. By default, the ChainId is disabled and is internally set to to Web3j default value for a disabled ChainId (of -1). See the Web3j documentation on ChainIds for more details.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EthereumLedgerNodeConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EthereumLedgerNodeConfig(ethereumClient: EthereumClient, clientConf: ClientConfig, contract: ContractConf, authorizationEnabled: Boolean, gas: GasConfig = GasConfig(), wallet: Option[WalletConfig] = None, tls: Option[TlsConfig] = None, validation: ValidationConfig = ValidationConfig(), chainId: Option[Long] = None, web3jConfig: Web3jConfig = Web3jConfig())
- authorizationEnabled
whether authorization on the Ethereum sequencer contract should be enabled
- chainId
ChainId as per EIP-155. By default, the ChainId is disabled and is internally set to to Web3j default value for a disabled ChainId (of -1). See the Web3j documentation on ChainIds for more details.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorizationEnabled: Boolean
- val chainId: Option[Long]
- val clientConf: ClientConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val contract: ContractConf
- def copy[ContractConf2 <: SequencerContractConfig](ethereumClient: EthereumClient = ethereumClient, clientConf: ClientConfig = clientConf, contract: ContractConf2 = contract, authorizationEnabled: Boolean = authorizationEnabled, gas: GasConfig = gas, wallet: Option[WalletConfig] = Some(actualWalletConfig), tls: Option[TlsConfig] = tls, validation: ValidationConfig = validation, chainId: Option[Long] = chainId, web3jConfig: Web3jConfig = web3jConfig): EthereumLedgerNodeConfig[ContractConf2]
- val credentials: Credentials
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ethereumClient: EthereumClient
- val gas: GasConfig
- lazy val getChainId: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tls: Option[TlsConfig]
- val validation: ValidationConfig
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wallet: Option[WalletConfig]
- val web3jConfig: Web3jConfig