Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class WalletAppConfig(directory: Path, conf: Config*)(implicit ec: ExecutionContext) extends DbAppConfig with WalletDbManagement with JdbcProfileComponent[WalletAppConfig] with DBMasterXPubApi with Product with Serializable

    Configuration for the Bitcoin-S wallet

    Configuration for the Bitcoin-S wallet

    directory

    The data directory of the wallet

    conf

    Optional sequence of configuration overrides

Value Members

  1. object WalletAppConfig extends AppConfigFactory[WalletAppConfig] with WalletLogger with Serializable

Ungrouped