object NodeUnitTest extends P2PLogger with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeUnitTest
- Serializable
- P2PLogger
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildNode(peer: Peer, chainApi: ChainApi, walletCreationTimeOpt: Option[Instant])(implicit chainConf: ChainAppConfig, nodeConf: NodeAppConfig, system: ActorSystem): NeutrinoNode
- def buildNode(peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit chainConf: ChainAppConfig, nodeConf: NodeAppConfig, system: ActorSystem): Future[NeutrinoNode]
- def buildPeerHandler(peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig, system: ActorSystem): Future[PeerHandler]
- def buildPeerMessageReceiver(chainApi: ChainApi, peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig, system: ActorSystem): Future[PeerMessageReceiver]
- def buildPeerMessageReceiver(chainApi: ChainApi, peer: Peer, walletCreationTimeOpt: Option[Instant])(implicit appConfig: BitcoinSAppConfig, system: ActorSystem): Future[PeerMessageReceiver]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- 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
- def createNeutrinoNodeFundedWalletFromBitcoind(bip39PasswordOpt: Option[String], bitcoind: BitcoindRpcClient, walletCallbacks: WalletCallbacks)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[NeutrinoNodeFundedWalletBitcoind]
- def createPeer(bitcoind: BitcoindRpcClient)(implicit executionContext: ExecutionContext): Future[Peer]
- 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
- 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
- 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
- def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def destroyNode(node: Node)(implicit ec: ExecutionContext): Future[Unit]
- def destroyNodeConnectedWithBitcoind(nodeConnectedWithBitcoind: NodeConnectedWithBitcoind)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[Unit]
- def destroyNodeFundedWalletBitcoind(fundedWalletBitcoind: NodeFundedWalletBitcoind)(implicit system: ActorSystem, appConfig: BitcoinSAppConfig): Future[Unit]
- def emptyPeer: Peer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def syncNeutrinoNode(node: NeutrinoNode, bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[NeutrinoNode]
- def syncSpvNode(node: SpvNode, bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[SpvNode]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging