package wallet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BaseWalletTest extends EmbeddedPg
Base test trait for all the tests in our walletTest module
- trait BitcoinSDualWalletTest extends FixtureAsyncFlatSpec with BitcoinSWalletTest
- trait BitcoinSWalletTest extends FixtureAsyncFlatSpec with BitcoinSFixture with BaseWalletTest with EmbeddedPg
- trait BitcoinSWalletTestCachedBitcoinV19 extends FixtureAsyncFlatSpec with BitcoinSWalletTestCachedBitcoind with CachedBitcoindV19
- 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
- trait BitcoinSWalletTestCachedBitcoindNewest extends FixtureAsyncFlatSpec with BitcoinSWalletTestCachedBitcoind with CachedBitcoindNewest
- trait DualWalletTestCachedBitcoind extends FixtureAsyncFlatSpec with BitcoinSWalletTestCachedBitcoindNewest
- trait FundWalletUtil extends Logging
- sealed trait WalletAppConfigWithBitcoind extends AnyRef
- trait WalletAppConfigWithBitcoindFixtures extends FixtureAsyncFlatSpec with BitcoinSAsyncFixtureTest with BitcoindFixturesCached with EmbeddedPg
- trait WalletAppConfigWithBitcoindNewestFixtures extends FixtureAsyncFlatSpec with WalletAppConfigWithBitcoindFixtures with CachedBitcoindNewest
- case class WalletAppConfigWithBitcoindRpc(walletAppConfig: WalletAppConfig, bitcoind: BitcoindRpcClient) extends Product with Serializable
- sealed trait WalletWithBitcoind extends AnyRef
- case class WalletWithBitcoindRpc(wallet: Wallet, bitcoind: BitcoindRpcClient) extends WalletWithBitcoind with Product with Serializable
- case class WalletWithBitcoindV19(wallet: Wallet, bitcoind: BitcoindV19RpcClient) extends WalletWithBitcoind with Product with Serializable
Value Members
- object BaseWalletTest
- object BitcoinSWalletTest extends WalletLogger with Serializable
- object DLCWalletUtil extends Logging
- object FundWalletUtil extends FundWalletUtil
- object WalletTestUtil