package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BitcoinSLogger extends AnyRef
- case class DatadirParser(serverArgs: ServerArgParser, customFinalDirOpt: Option[String]) extends Product with Serializable
Parses the correct datadir given the possible input sources for datadir config
Parses the correct datadir given the possible input sources for datadir config
- The --datadir command line flag 2. Inferring the datadir based on the bitcoin network configured 3. ??? Anything else i'm forgetting ????
- trait NativeProcessFactory extends BitcoinSLogger
A trait that helps start bitcoind/eclair when it is started via bitcoin-s
- case class ServerArgParser(commandLineArgs: Vector[String]) extends Product with Serializable
Parses arguments passed to the bitcoin-s app server as command line arguments This does NOT consider things that exist in reference.conf or application.conf files
Value Members
- object DatadirUtil
- object NativeProcessFactory extends BitcoinSLogger
- object ServerArgParser extends Serializable
- object WalletNames