t

org.bitcoins.server

DLCWalletLoaderApi

sealed trait DLCWalletLoaderApi extends BitcoinSLogger with StartStopAsync[Unit]

A trait used to help load a different load and discard the current wallet in memory This trait encapsulates the heavy lifting done in the 'loadwallet' RPC command

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DLCWalletLoaderApi
  2. StartStopAsync
  3. StartStop
  4. BitcoinSLogger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def conf: BitcoinSAppConfig
  2. abstract def load(walletNameOpt: Option[String], aesPasswordOpt: Option[AesPassword]): Future[(WalletHolder, WalletAppConfig, DLCAppConfig)]
  3. implicit abstract def system: ActorSystem
    Attributes
    protected
  4. abstract def walletHolder: WalletHolder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearRescanState(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isRescanStateDefined: Boolean
  14. def isRescanStateEmpty: Boolean
  15. def isWalletLoaded: Boolean

    Determine if a wallet has been loaded

  16. 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
  17. def logger: Logger
    Definition Classes
    BitcoinSLogger
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def restartRescanIfNeeded(wallet: DLCNeutrinoHDWalletApi)(implicit ec: ExecutionContext): Future[RescanState]
    Attributes
    protected
  22. def setDlcAppConfig(dlcAppConfig: DLCAppConfig): Unit
    Attributes
    protected
  23. def setRescanState(rescanState: RescanState): Unit
  24. def start(): Future[Unit]
    Definition Classes
    DLCWalletLoaderApiStartStop
  25. def stop(): Future[Unit]
    Definition Classes
    DLCWalletLoaderApiStartStop
  26. def stopOldDLCAppConfig(newDlcConfig: DLCAppConfig): Future[Unit]
    Attributes
    protected
  27. def stopOldWalletAppConfig(newWalletConfig: WalletAppConfig): Future[Unit]
    Attributes
    protected
  28. def stopRescan()(implicit ec: ExecutionContext): Future[Unit]
    Attributes
    protected
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateWalletConfigs(walletName: String, aesPasswordOpt: Option[AesPassword])(implicit ec: ExecutionContext): Future[(WalletAppConfig, DLCAppConfig)]
    Attributes
    protected
  32. def updateWalletName(walletNameOpt: Option[String])(implicit ec: ExecutionContext): Future[Unit]
    Attributes
    protected
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StartStopAsync[Unit]

Inherited from StartStop[Future[Unit]]

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped