package config
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class AppConfig extends StartStopAsync[Unit] with BitcoinSLogger
Everything needed to configure functionality of bitcoin-s applications is found in here.
Everything needed to configure functionality of bitcoin-s applications is found in here.
- See also
configuration.md
for more information.
- trait AppConfigFactory[C <: AppConfig] extends AppConfigFactoryBase[C, ExecutionContext]
- trait AppConfigFactoryBase[C <: AppConfig, I] extends AnyRef
- I
\- the implicit argument. This is usually an execution context or an actor system
- implicit final class ConfigOps extends AnyVal
Value Members
- object AppConfig extends BitcoinSLogger