case class BitcoinSAppConfig(baseDatadir: Path, configOverrides: Vector[Config])(implicit system: ActorSystem) extends StartStopAsync[AppConfigMarker] with BitcoinSLogger with Product with Serializable
A unified config class for all submodules of Bitcoin-S that accepts configuration. Thanks to implicit definitions in this case class' companion object an instance of this class can be passed in anywhere a wallet, chain or node config is required.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitcoinSAppConfig
- Serializable
- Product
- Equals
- BitcoinSLogger
- StartStopAsync
- StartStop
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BitcoinSAppConfig(baseDatadir: Path, configOverrides: Vector[Config])(implicit system: ActorSystem)
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 baseDatadir: Path
- lazy val bitcoindRpcConf: BitcoindRpcAppConfig
- lazy val chainConf: ChainAppConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val config: Config
The underlying config the result of our fields derive from
- val configOverrides: Vector[Config]
- def copyWithConfig(newConfs: Vector[Config]): BitcoinSAppConfig
- lazy val dlcConf: DLCAppConfig
- lazy val dlcNodeConf: DLCNodeAppConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exists(): Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val kmConf: KeyManagerAppConfig
- def logger: Logger
- Definition Classes
- BitcoinSLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val network: NetworkParameters
- lazy val nodeConf: NodeAppConfig
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rpcBindOpt: Option[String]
- def rpcPassword: String
- def rpcPort: Int
- def start(): Future[StartedBitcoinSAppConfig]
Initializes the wallet, node and chain projects
Initializes the wallet, node and chain projects
- Definition Classes
- BitcoinSAppConfig → StartStop
- def stop(): Future[StoppedBitcoinSAppConfig.type]
- Definition Classes
- BitcoinSAppConfig → StartStop
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminationDeadline: FiniteDuration
How long until we forcefully terminate connections to the server when shutting down the server
- lazy val torConf: TorAppConfig
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- lazy val walletConf: WalletAppConfig
- def withOverrides(configs: Vector[Config]): BitcoinSAppConfig
- def wsBindOpt: Option[String]
- def wsPort: Int