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
- Logging
- 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
- def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- 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()
- def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRescanStateDefined: Boolean
- Definition Classes
- DLCWalletLoaderApi
- def isRescanStateEmpty: Boolean
- Definition Classes
- DLCWalletLoaderApi
- def isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isWalletLoaded: Boolean
Determine if a wallet has been loaded
Determine if a wallet has been loaded
- Definition Classes
- DLCWalletLoaderApi
- def isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def load(walletNameOpt: Option[String], aesPasswordOpt: Option[AesPassword]): Future[(WalletHolder, WalletAppConfig, DLCAppConfig)]
- Definition Classes
- DLCWalletBitcoindBackendLoader → DLCWalletLoaderApi
- def loadWallet(walletHolder: WalletHolder, chainQueryApi: ChainQueryApi, nodeApi: NodeApi, feeProviderApi: FeeRateApi, walletNameOpt: Option[String], aesPasswordOpt: Option[AesPassword])(implicit ec: ExecutionContext): Future[(DLCNeutrinoHDWalletApi, WalletAppConfig, DLCAppConfig)]
- Attributes
- protected
- Definition Classes
- DLCWalletLoaderApi
- def logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- 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: DLCNeutrinoHDWalletApi)(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 trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- 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
- def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging