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)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FundedWallet
- Serializable
- Product
- Equals
- FundedTestWallet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FundedWallet(wallet: WalletApi, walletConfig: WalletAppConfig)
Value Members
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val wallet: WalletApi
- Definition Classes
- FundedWallet → FundedTestWallet
- val walletConfig: WalletAppConfig