Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BitcoinSLogger extends AnyRef
  2. case class DatadirParser(serverArgs: ServerArgParser, customFinalDirOpt: Option[String]) extends Product with Serializable

    Parses the correct datadir given the possible input sources for datadir config 1.

    Parses the correct datadir given the possible input sources for datadir config 1. The --datadir command line flag 2. Inferring the datadir based on the bitcoin network configured 3. ??? Anything else i'm forgetting ????

  3. trait NativeProcessFactory extends BitcoinSLogger

    A trait that helps start bitcoind/eclair when it is started via bitcoin-s

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

  1. object DatadirUtil
  2. object NativeProcessFactory extends BitcoinSLogger
  3. object ServerArgParser extends Serializable
  4. object WalletNames

Ungrouped