Package

org.bitcoins.testkit.node

fixture

Permalink

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. case class NeutrinoNodeConnectedWithBitcoind(node: NeutrinoNode, bitcoind: BitcoindRpcClient) extends NodeConnectedWithBitcoind with Product with Serializable

    Permalink
  2. trait NodeConnectedWithBitcoind extends AnyRef

    Permalink

    Gives us a fixture that has a SPV node connected with the bitcoind instance

  3. case class SpvNodeConnectedWithBitcoind(node: SpvNode, bitcoind: BitcoindRpcClient) extends NodeConnectedWithBitcoind with Product with Serializable

    Permalink

Ungrouped