Packages

o

org.bitcoins.gui

GlobalData

object GlobalData

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GlobalData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. lazy val broadcastUrl: String
  6. def buildAnnouncementUrl(announcementHash: String): String

    Builds a url for the Oracle Explorer to view an Announcement

  7. def buildBlockstreamExplorerTxUrl(txIdHex: String): String

    Builds a url for the Blockstream Explorer to view the tx

  8. def buildMempoolSpaceTxUrl(txIdHex: String): String

    Builds a url for the mempool.space to view the tx

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val connected: BooleanProperty
  11. val connectedStr: StringProperty
  12. def consoleCliConfig: Config
  13. val currentConfirmedBalance: StringProperty
  14. val currentPNL: StringProperty
  15. val currentReservedBalance: StringProperty
  16. def currentStyleSheets: Seq[String]
  17. val currentTotalBalance: StringProperty
  18. val currentUnconfirmedBalance: StringProperty
  19. var darkThemeEnabled: Boolean
  20. var debug: Boolean
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getFeeRate: FeeUnit
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. var network: BitcoinNetwork
  30. val networkString: StringProperty
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val rateOfReturn: StringProperty
  34. var rpcPortOpt: Option[Int]
  35. def setBitcoinNetwork(network: BitcoinNetwork, proxyEnabled: Boolean): Unit
  36. def setPassword(password: String): Unit

    Sets the rpc password for the GUI

  37. val statusText: StringProperty
  38. val syncHeight: StringProperty
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val torDLCHostAddress: StringProperty
  42. val torProxyEnabled: StringProperty
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped