case class DLCWalletBitcoindBackendLoader(walletHolder: WalletHolder, bitcoind: BitcoindRpcClient, nodeApi: NodeApi, feeProvider: FeeRateApi)(implicit conf: BitcoinSAppConfig, system: ActorSystem) extends DLCWalletLoaderApi with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCWalletBitcoindBackendLoader
- Serializable
- Product
- Equals
- DLCWalletLoaderApi
- StartStopAsync
- StartStop
- BitcoinSLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DLCWalletBitcoindBackendLoader(walletHolder: WalletHolder, bitcoind: BitcoindRpcClient, nodeApi: NodeApi, feeProvider: FeeRateApi)(implicit conf: BitcoinSAppConfig, system: ActorSystem)
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
- val bitcoind: BitcoindRpcClient
- def clearRescanState(): Unit
- Definition Classes
- DLCWalletLoaderApi
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val conf: BitcoinSAppConfig
- Definition Classes
- DLCWalletBitcoindBackendLoader → DLCWalletLoaderApi
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val feeProvider: FeeRateApi
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRescanStateDefined: Boolean
- Definition Classes
- DLCWalletLoaderApi
- def isRescanStateEmpty: Boolean
- Definition Classes
- DLCWalletLoaderApi
- def isWalletLoaded: Boolean
Determine if a wallet has been loaded
Determine if a wallet has been loaded
- Definition Classes
- DLCWalletLoaderApi
- def load(walletNameOpt: Option[String], aesPasswordOpt: Option[AesPassword]): Future[(WalletHolder, WalletAppConfig, DLCAppConfig)]
- Definition Classes
- DLCWalletBitcoindBackendLoader → DLCWalletLoaderApi
- def loadWallet(chainQueryApi: ChainQueryApi, nodeApi: NodeApi, walletNameOpt: Option[String], aesPasswordOpt: Option[AesPassword])(implicit ec: ExecutionContext): Future[(DLCNeutrinoHDWalletApi, WalletAppConfig, DLCAppConfig)]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def logger: Logger
- Definition Classes
- BitcoinSLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeApi: NodeApi
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restartRescanIfNeeded(wallet: RescanHandlingApi)(implicit ec: ExecutionContext): Future[RescanState]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def setDlcAppConfig(dlcAppConfig: DLCAppConfig): Unit
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def setRescanState(rescanState: RescanState): Unit
- Definition Classes
- DLCWalletLoaderApi
- def start(): Future[Unit]
- Definition Classes
- DLCWalletLoaderApi → StartStop
- def stop(): Future[Unit]
- Definition Classes
- DLCWalletLoaderApi → StartStop
- def stopOldDLCAppConfig(newDlcConfig: DLCAppConfig): Future[Unit]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def stopOldWalletAppConfig(newWalletConfig: WalletAppConfig): Future[Unit]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def stopRescan()(implicit ec: ExecutionContext): Future[Unit]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem
- Definition Classes
- DLCWalletBitcoindBackendLoader → DLCWalletLoaderApi
- def updateWalletConfigs(walletName: String, aesPasswordOpt: Option[AesPassword])(implicit ec: ExecutionContext): Future[(WalletAppConfig, DLCAppConfig)]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def updateWalletName(walletNameOpt: Option[String])(implicit ec: ExecutionContext): Future[Unit]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- 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()
- val walletHolder: WalletHolder
- Definition Classes
- DLCWalletBitcoindBackendLoader → DLCWalletLoaderApi