class BitcoinSServerMain extends BitcoinSServerRunner[WalletHolder]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoinSServerMain
  2. BitcoinSServerRunner
  3. BitcoinSRunner
  4. BitcoinSLogger
  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. implicit lazy val dlcNodeConf: DLCNodeAppConfig
  10. implicit lazy val ec: ExecutionContext
    Definition Classes
    BitcoinSRunner
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def logger: Logger
    Definition Classes
    BitcoinSLogger
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. lazy val network: BitcoinNetwork
  20. implicit lazy val nodeConf: NodeAppConfig
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def run(): Future[WalletHolder]
    Definition Classes
    BitcoinSRunner
  24. val serverArgParser: ServerArgParser
  25. def start(): Future[WalletHolder]
    Definition Classes
    BitcoinSServerMainStartStop
  26. def startBitcoinSBackend(startedTorConfigF: Future[Unit]): Future[WalletHolder]

    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

  27. def stop(): Future[WalletHolder]
    Definition Classes
    BitcoinSServerMainStartStop
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. implicit val system: ActorSystem
    Definition Classes
    BitcoinSServerMainBitcoinSRunner
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit lazy val torConf: TorAppConfig
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BitcoinSLogger

Inherited from StartStop[Future[WalletHolder]]

Inherited from AnyRef

Inherited from Any

Ungrouped