Object/Trait

org.bitcoins.testkit.wallet

BitcoinSWalletTest

Related Docs: trait BitcoinSWalletTest | package wallet

Permalink

object BitcoinSWalletTest extends WalletLogger with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoinSWalletTest
  2. Serializable
  3. Serializable
  4. WalletLogger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait WalletWithBitcoind extends AnyRef

    Permalink
  2. case class WalletWithBitcoindRpc(wallet: Wallet, bitcoind: BitcoindRpcClient) extends WalletWithBitcoind with Product with Serializable

    Permalink
  3. case class WalletWithBitcoindV19(wallet: Wallet, bitcoind: BitcoindV19RpcClient) extends WalletWithBitcoind with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object MockChainQueryApi extends ChainQueryApi

    Permalink
  5. object MockNodeApi extends NodeApi

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createDefaultWallet(nodeApi: NodeApi, chainQueryApi: ChainQueryApi, extraConfig: Option[Config] = None)(implicit config: BitcoinSAppConfig, ec: ExecutionContext): Future[Wallet]

    Permalink

    Creates a wallet with the default configuration

  9. def createWallet2Accounts(nodeApi: NodeApi, chainQueryApi: ChainQueryApi, extraConfig: Option[Config] = None)(implicit config: BitcoinSAppConfig, ec: ExecutionContext): Future[Wallet]

    Permalink
  10. def createWalletBitcoindNodeChainQueryApi(extraConfig: Option[Config] = None)(implicit config: BitcoinSAppConfig, system: ActorSystem): Future[WalletWithBitcoindV19]

    Permalink

    Creates a default wallet with bitcoind where the ChainQueryApi fed to the wallet is implemented by bitcoind

  11. def createWalletWithBitcoind(wallet: Wallet, bitcoindRpcClient: BitcoindRpcClient): Future[WalletWithBitcoind]

    Permalink
  12. def createWalletWithBitcoind(wallet: Wallet, versionOpt: Option[BitcoindVersion])(implicit system: ActorSystem): Future[WalletWithBitcoind]

    Permalink

    Pairs the given wallet with a bitcoind instance that has money in the bitcoind wallet

  13. def createWalletWithBitcoind(wallet: Wallet)(implicit system: ActorSystem): Future[WalletWithBitcoind]

    Permalink

    Pairs the given wallet with a bitcoind instance that has money in the bitcoind wallet

  14. def createWalletWithBitcoindV19(wallet: Wallet)(implicit system: ActorSystem): Future[WalletWithBitcoindV19]

    Permalink
  15. def destroyWallet(wallet: LockedWalletApi)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  16. def destroyWallet(wallet: UnlockedWalletApi)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  17. def destroyWalletWithBitcoind(walletWithBitcoind: WalletWithBitcoind)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fundWalletWithBitcoind[T <: WalletWithBitcoind](pair: T)(implicit ec: ExecutionContext): Future[T]

    Permalink

    Funds the given wallet with money from the given bitcoind

  22. def fundedWalletAndBitcoind(bitcoindRpcClient: BitcoindRpcClient, nodeApi: NodeApi, chainQueryApi: ChainQueryApi)(implicit config: BitcoinSAppConfig, system: ActorSystem): Future[WalletWithBitcoind]

    Permalink
  23. def fundedWalletAndBitcoind(versionOpt: Option[BitcoindVersion], nodeApi: NodeApi, chainQueryApi: ChainQueryApi)(implicit config: BitcoinSAppConfig, system: ActorSystem): Future[WalletWithBitcoind]

    Permalink

    Gives us a funded bitcoin-s wallet and the bitcoind instance that funded that wallet

  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. lazy val initialFunds: Bitcoins

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def logger(implicit config: WalletAppConfig): MarkedLogger

    Permalink
    Attributes
    protected[org.bitcoins]
    Definition Classes
    WalletLogger
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from WalletLogger

Inherited from AnyRef

Inherited from Any

Ungrouped