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 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 BitcoinSLogger
- 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[T <: BitcoindRpcClient] extends AnyRef
- 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
- object BaseWalletTest
- object BitcoinSWalletTest extends WalletLogger with Serializable
- object DLCWalletUtil extends BitcoinSLogger
- object FundWalletUtil extends FundWalletUtil
- object WalletTestUtil