object GlobalData
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- lazy val broadcastUrl: String
- def buildAnnouncementUrl(announcementHash: String): String
Builds a url for the Oracle Explorer to view an Announcement
- def buildBlockstreamExplorerTxUrl(txIdHex: String): String
Builds a url for the Blockstream Explorer to view the tx
- def buildMempoolSpaceTxUrl(txIdHex: String): String
Builds a url for the mempool.space to view the tx
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connected: BooleanProperty
- val connectedStr: StringProperty
- def consoleCliConfig: Config
- val currentConfirmedBalance: StringProperty
- val currentPNL: StringProperty
- val currentReservedBalance: StringProperty
- def currentStyleSheets: Seq[String]
- val currentTotalBalance: StringProperty
- val currentUnconfirmedBalance: StringProperty
- var darkThemeEnabled: Boolean
- var debug: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 getFeeRate: FeeUnit
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var network: BitcoinNetwork
- val networkString: StringProperty
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rateOfReturn: StringProperty
- var rpcPortOpt: Option[Int]
- def setBitcoinNetwork(network: BitcoinNetwork, proxyEnabled: Boolean): Unit
- def setPassword(password: String): Unit
Sets the rpc password for the GUI
- val statusText: StringProperty
- val syncHeight: StringProperty
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val torDLCHostAddress: StringProperty
- val torProxyEnabled: StringProperty
- 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()