Packages

trait LndRpcTestUtil extends BitcoinSLogger

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LndRpcTestUtil
  2. BitcoinSLogger
  3. AnyRef
  4. 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 awaitLndInSync(lnd: LndRpcClient, bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[Unit]

    Returns a Future that is completed when both lnd and bitcoind have the same block height Fails the future if they are not synchronized within the given timeout.

  6. def bitcoindInstance(port: Int = RpcUtil.randomPort, rpcPort: Int = RpcUtil.randomPort, zmqConfig: ZmqConfig = RpcUtil.zmqConfig, bitcoindV: BitcoindVersion = BitcoindVersion.newest)(implicit system: ActorSystem): BitcoindInstanceLocal

    Creates a bitcoind instance with the given parameters

  7. def cannonicalDatadir: File
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def commonConfig(bitcoindInstance: BitcoindInstance, port: Int = RpcUtil.randomPort, rpcPort: Int = RpcUtil.randomPort): String
  10. def connectLNNodes(client: LndRpcClient, otherClient: LndRpcClient)(implicit ec: ExecutionContext): Future[Unit]
  11. def createNodePair(bitcoind: BitcoindRpcClient, channelSize: CurrencyUnit = DEFAULT_CHANNEL_AMT, channelPushAmt: CurrencyUnit = DEFAULT_CHANNEL_AMT / Satoshis(2))(implicit ec: ExecutionContext): Future[(LndRpcClient, LndRpcClient)]

    Creates two Lnd nodes that are connected together and returns their respective LndRpcClients

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def fundLNNodes(bitcoind: BitcoindRpcClient, client: LndRpcClient, otherClient: LndRpcClient)(implicit ec: ExecutionContext): Future[Unit]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lndDataDir(bitcoindRpcClient: BitcoindRpcClient, isCannonical: Boolean): File
  20. def lndInstance(datadir: File)(implicit system: ActorSystem): LndInstanceLocal
  21. def lndInstance(bitcoindRpc: BitcoindRpcClient)(implicit system: ActorSystem): LndInstanceLocal
  22. def logger: Logger
    Definition Classes
    BitcoinSLogger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def openChannel(bitcoind: BitcoindRpcClient, n1: LndRpcClient, n2: LndRpcClient, amt: CurrencyUnit = DEFAULT_CHANNEL_AMT, pushAmt: CurrencyUnit = DEFAULT_CHANNEL_AMT / Satoshis(2))(implicit ec: ExecutionContext): Future[TransactionOutPoint]

    Opens a channel from n1 -> n2

  27. def randomLndDatadir(): File
  28. val sbtBinaryDirectory: Path
  29. def shutdown(lndRpcClient: LndRpcClient)(implicit system: ActorSystem): Future[Unit]

    Shuts down an lnd daemon and the bitcoind daemon it is associated with

  30. def startedBitcoindRpcClient(instanceOpt: Option[BitcoindInstanceLocal] = None)(implicit actorSystem: ActorSystem): Future[BitcoindRpcClient]

    Makes a best effort to get a 0.21 bitcoind instance

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped