Packages

package wallet

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BaseWalletTest extends EmbeddedPg

    Base test trait for all the tests in our walletTest module

  2. trait BitcoinSDualWalletTest extends FixtureAsyncFlatSpec with BitcoinSWalletTest
  3. trait BitcoinSWalletTest extends FixtureAsyncFlatSpec with BitcoinSFixture with BaseWalletTest with EmbeddedPg
  4. trait BitcoinSWalletTestCachedBitcoind extends FixtureAsyncFlatSpec with BitcoinSFixture with BaseWalletTest with EmbeddedPg

    Bitcoin-s wallet test trait that uses cached bitcoinds rather than fresh bitcoinds.

    Bitcoin-s wallet test trait that uses cached bitcoinds rather than fresh bitcoinds.

    This should be used by default unless there is a reason your test suite needs fresh bitcoin's for every unit test inside of it

  5. trait BitcoinSWalletTestCachedBitcoindNewest extends FixtureAsyncFlatSpec with BitcoinSWalletTestCachedBitcoind with CachedBitcoindNewest
  6. trait DualWalletTestCachedBitcoind extends FixtureAsyncFlatSpec with BitcoinSWalletTestCachedBitcoindNewest
  7. trait FundWalletUtil extends BitcoinSLogger
  8. sealed trait WalletAppConfigWithBitcoind extends AnyRef
  9. trait WalletAppConfigWithBitcoindFixtures extends FixtureAsyncFlatSpec with BitcoinSAsyncFixtureTest with BitcoindFixturesCached with EmbeddedPg
  10. trait WalletAppConfigWithBitcoindNewestFixtures extends FixtureAsyncFlatSpec with WalletAppConfigWithBitcoindFixtures with CachedBitcoindNewest
  11. case class WalletAppConfigWithBitcoindRpc(walletAppConfig: WalletAppConfig, bitcoind: BitcoindRpcClient) extends Product with Serializable
  12. sealed trait WalletWithBitcoind[T <: BitcoindRpcClient] extends AnyRef
  13. case class WalletWithBitcoindRpc(wallet: NeutrinoHDWalletApi, bitcoind: BitcoindRpcClient, walletConfig: WalletAppConfig) extends WalletWithBitcoind[BitcoindRpcClient] with Product with Serializable

    General pairing of a wallet with a bitcoind rpc.

    General pairing of a wallet with a bitcoind rpc. If you don't care about the version of bitcoind, you should use this.

Value Members

  1. object BaseWalletTest
  2. object BitcoinSWalletTest extends WalletLogger with Serializable
  3. object DLCWalletUtil extends BitcoinSLogger
  4. object FundWalletUtil extends FundWalletUtil
  5. object WalletTestUtil

Ungrouped