object FundWalletUtil extends FundWalletUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FundWalletUtil
- FundWalletUtil
- BitcoinSLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class FundedDLCWallet(wallet: DLCWallet, walletConfig: WalletAppConfig, dlcConfig: DLCAppConfig) extends FundedTestWallet with Product with Serializable
- trait FundedTestWallet extends AnyRef
- 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)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createFundedDLCWallet(nodeApi: NodeApi, chainQueryApi: ChainQueryApi)(implicit config: BitcoinSAppConfig, system: ActorSystem): Future[FundedDLCWallet]
- def createFundedDLCWalletWithBitcoind(bitcoind: BitcoindRpcClient)(implicit config: BitcoinSAppConfig, system: ActorSystem): Future[FundedDLCWallet]
- def createFundedWallet(nodeApi: NodeApi, chainQueryApi: ChainQueryApi)(implicit config: WalletAppConfig, system: ActorSystem): Future[FundedWallet]
This creates 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 (1 btc total)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fundAccountForWallet(amts: Vector[CurrencyUnit], account: HDAccount, wallet: WalletApi)(implicit ec: ExecutionContext): Future[WalletApi]
- Definition Classes
- FundWalletUtil
- def fundAccountForWalletWithBitcoind(amts: Vector[CurrencyUnit], account: HDAccount, wallet: NeutrinoHDWalletApi, bitcoind: BitcoindRpcClient)(implicit ec: ExecutionContext): Future[NeutrinoHDWalletApi]
- Definition Classes
- FundWalletUtil
- def fundAddressesWithBitcoind(addressAmountMap: Map[BitcoinAddress, CurrencyUnit], bitcoind: BitcoindRpcClient)(implicit ec: ExecutionContext): Future[(Transaction, DoubleSha256DigestBE)]
- Definition Classes
- FundWalletUtil
- def fundWallet(wallet: WalletApi, walletConfig: WalletAppConfig)(implicit ec: ExecutionContext): Future[FundedTestWallet]
Funds a bitcoin-s wallet with 3 utxos with 1, 2 and 3 bitcoin in the utxos
Funds a bitcoin-s wallet with 3 utxos with 1, 2 and 3 bitcoin in the utxos
- Definition Classes
- FundWalletUtil
- def fundWalletWithBitcoind[T <: WalletWithBitcoind[_ <: BitcoindRpcClient]](pair: T)(implicit ec: ExecutionContext): Future[T]
Funds the given wallet with money from the given bitcoind
Funds the given wallet with money from the given bitcoind
- Definition Classes
- FundWalletUtil
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: Logger
- Definition Classes
- BitcoinSLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()