Packages

package config

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. trait AppConfigFactory[C <: AppConfig] extends AppConfigFactoryBase[C, ExecutionContext]
  3. trait AppConfigFactoryBase[C <: AppConfig, I] extends AnyRef

    I

    \- the implicit argument. This is usually an execution context or an actor system

  4. implicit final class ConfigOps extends AnyVal

Value Members

  1. object AppConfig extends BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped