class BitcoinSServerMain extends BitcoinSServerRunner

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoinSServerMain
  2. BitcoinSServerRunner
  3. BitcoinSRunner
  4. Logging
  5. StartStopAsync
  6. StartStop
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BitcoinSServerMain(serverArgParser: ServerArgParser)(implicit system: ActorSystem, conf: BitcoinSAppConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit lazy val bitcoindRpcConf: BitcoindRpcAppConfig
  6. implicit lazy val chainConf: ChainAppConfig
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit val conf: BitcoinSAppConfig
  9. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. implicit lazy val dlcConf: DLCAppConfig
  13. implicit lazy val dlcNodeConf: DLCNodeAppConfig
  14. implicit lazy val ec: ExecutionContext
    Definition Classes
    BitcoinSRunner
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  27. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  28. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  31. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  32. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  33. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. implicit lazy val nodeConf: NodeAppConfig
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def run(): Future[Unit]
    Definition Classes
    BitcoinSRunner
  39. val serverArgParser: ServerArgParser
  40. def start(): Future[Unit]
    Definition Classes
    BitcoinSServerMainStartStop
  41. def startBitcoinSBackend(startedTorConfigF: Future[Unit]): Future[Unit]

    Start the bitcoin-s wallet server with a neutrino backend

    Start the bitcoin-s wallet server with a neutrino backend

    startedTorConfigF

    a future that is completed when tor is fully started

  42. def startBitcoindBackend(startedTorConfigF: Future[Unit]): Future[Unit]

    Start the bitcoin-s wallet server with a bitcoind backend

    Start the bitcoin-s wallet server with a bitcoind backend

    startedTorConfigF

    a future that is completed when tor is fully started

  43. def stop(): Future[Unit]
    Definition Classes
    BitcoinSServerMainStartStop
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. implicit val system: ActorSystem
    Definition Classes
    BitcoinSServerMainBitcoinSRunner
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. implicit lazy val torConf: TorAppConfig
  48. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  50. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. implicit lazy val walletConf: WalletAppConfig
  55. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from BitcoinSServerRunner

Inherited from BitcoinSRunner

Inherited from Logging

Inherited from StartStopAsync[Unit]

Inherited from StartStop[Future[Unit]]

Inherited from AnyRef

Inherited from Any

Ungrouped