object NodeUnitTest extends P2PLogger with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeUnitTest
  2. Serializable
  3. P2PLogger
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def buildNode(peer: Peer, chainApi: ChainApi, walletCreationTimeOpt: Option[Instant])(implicit chainConf: ChainAppConfig, nodeConf: NodeAppConfig, system: ActorSystem): NeutrinoNode
  6. def buildNode(peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit chainConf: ChainAppConfig, nodeConf: NodeAppConfig, system: ActorSystem): Future[NeutrinoNode]
  7. def buildPeerHandler(peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig, system: ActorSystem): Future[PeerHandler]
  8. def buildPeerMessageReceiver(chainApi: ChainApi, peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig, system: ActorSystem): Future[PeerMessageReceiver]
  9. def buildPeerMessageReceiver(chainApi: ChainApi, peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit appConfig: BitcoinSAppConfig, system: ActorSystem): Future[PeerMessageReceiver]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def createNeutrinoNode(bitcoinds: Vector[BitcoindRpcClient], creationTimeOpt: Option[Instant])(implicit system: ActorSystem, chainAppConfig: ChainAppConfig, nodeAppConfig: NodeAppConfig): Future[NeutrinoNode]

    Creates a Neutrino node peered with the given bitcoind client, this method also calls start to start the node

  12. def createNeutrinoNode(bitcoind: BitcoindRpcClient, walletCreationTimeOpt: Option[Instant])(implicit system: ActorSystem, chainAppConfig: ChainAppConfig, nodeAppConfig: NodeAppConfig): Future[NeutrinoNode]

    Creates a Neutrino node peered with the given bitcoind client, this method also calls start to start the node

  13. def createNeutrinoNodeFundedWalletBitcoind(bip39PasswordOpt: Option[String], versionOpt: Option[BitcoindVersion], walletCallbacks: WalletCallbacks)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[NeutrinoNodeFundedWalletBitcoind]

    Creates a neutrino node, a funded bitcoin-s wallet, all of which are connected to bitcoind

  14. def createNeutrinoNodeFundedWalletFromBitcoind(bip39PasswordOpt: Option[String], bitcoind: BitcoindRpcClient, walletCallbacks: WalletCallbacks)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[NeutrinoNodeFundedWalletBitcoind]
  15. def createPeer(bitcoind: BitcoindRpcClient)(implicit executionContext: ExecutionContext): Future[Peer]
  16. def createSpvNode(peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit system: ActorSystem, chainAppConfig: ChainAppConfig, nodeAppConfig: NodeAppConfig): Future[SpvNode]

    Creates a spv node peered with the given bitcoind client This does NOT start the spv node

  17. def createSpvNodeFundedWalletBitcoind(walletCallbacks: WalletCallbacks, bip39PasswordOpt: Option[String], versionOpt: Option[BitcoindVersion] = None)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[SpvNodeFundedWalletBitcoind]

    Creates a spv node, a funded bitcoin-s wallet, all of which are connected to bitcoind

  18. def createSpvNodeFundedWalletFromBitcoind(walletCallbacks: WalletCallbacks, bip39PasswordOpt: Option[String], bitcoind: BitcoindRpcClient)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[SpvNodeFundedWalletBitcoind]

    Creates a spv node & funded wallet with the given bitcoind

  19. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def destroyNode(node: Node)(implicit ec: ExecutionContext): Future[Unit]
  23. def destroyNodeConnectedWithBitcoind(nodeConnectedWithBitcoind: NodeConnectedWithBitcoind)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[Unit]
  24. def destroyNodeFundedWalletBitcoind(fundedWalletBitcoind: NodeFundedWalletBitcoind)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[Unit]
  25. def emptyPeer: Peer
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  38. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  39. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  42. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  44. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def syncNeutrinoNode(node: NeutrinoNode, bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[NeutrinoNode]
  49. def syncSpvNode(node: SpvNode, bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[SpvNode]
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  59. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Serializable

Inherited from P2PLogger

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped