package config
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- object WalletAppConfig extends AppConfigFactory[WalletAppConfig] with WalletLogger with Serializable