Packages

case class FundedWallet(wallet: WalletApi, walletConfig: WalletAppConfig) extends FundedTestWallet with Product with Serializable

This is a wallet that was two funded accounts Account 0 (default account) has utxos of 1,2,3 bitcoin in it (6 btc total) Account 1 has a utxos of 0.2,0.3,0.5 bitcoin in it (0.6 total)

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FundedWallet
  2. Serializable
  3. Product
  4. Equals
  5. FundedTestWallet
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FundedWallet(wallet: WalletApi, walletConfig: WalletAppConfig)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val wallet: WalletApi
    Definition Classes
    FundedWalletFundedTestWallet
  3. val walletConfig: WalletAppConfig