class EsploraClient extends ChainQueryApi
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EsploraClient
- ChainQueryApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EsploraClient(site: EsploraSite, proxyParams: Option[Socks5ProxyParams])(implicit 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
- def broadcastTransaction(tx: Transaction): Future[DoubleSha256DigestBE]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val ec: ExecutionContext
- def epochSecondToBlockHeight(time: Long): Future[Int]
Gets the block height of the closest block to the given time
Gets the block height of the closest block to the given time
- Definition Classes
- EsploraClient → ChainQueryApi
- 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])
- def getAddressStats(addr: BitcoinAddress): Future[AddressStats]
- def getAddressTxs(addr: BitcoinAddress, lastSeenTxId: DoubleSha256DigestBE): Future[Vector[EsploraTransaction]]
- def getAddressTxs(addr: BitcoinAddress): Future[Vector[EsploraTransaction]]
- def getBestBlockHash(): Future[DoubleSha256DigestBE]
Gets the hash of the block that is what we consider "best"
Gets the hash of the block that is what we consider "best"
- Definition Classes
- EsploraClient → ChainQueryApi
- def getBestHashBlockHeight()(implicit _ec: ExecutionContext): Future[Int]
- Definition Classes
- EsploraClient → ChainQueryApi
- def getBlock(hash: DoubleSha256DigestBE): Future[EsploraBlock]
- def getBlockHashAtHeight(height: Int): Future[DoubleSha256DigestBE]
- def getBlockHeader(hash: DoubleSha256DigestBE): Future[BlockHeader]
- def getBlockHeight(blockHash: DoubleSha256DigestBE): Future[Option[Int]]
Gets the height of the given block
Gets the height of the given block
- Definition Classes
- EsploraClient → ChainQueryApi
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFilterCount(): Future[Int]
Gets the number of compact filters in the database
Gets the number of compact filters in the database
- Definition Classes
- EsploraClient → ChainQueryApi
- def getFiltersBetweenHeights(startHeight: Int, endHeight: Int): Future[Vector[FilterResponse]]
- Definition Classes
- EsploraClient → ChainQueryApi
- def getHeightByBlockStamp(blockStamp: BlockStamp): Future[Int]
Returns the block height of the given block stamp
Returns the block height of the given block stamp
- Definition Classes
- EsploraClient → ChainQueryApi
- def getMedianTimePast(): Future[Long]
calculates the median time passed
calculates the median time passed
- Definition Classes
- EsploraClient → ChainQueryApi
- def getMempoolTxs(addr: BitcoinAddress): Future[Vector[EsploraTransaction]]
- def getNumberOfConfirmations(blockHash: DoubleSha256DigestBE): Future[Option[Int]]
Gets number of confirmations for the given block hash
Gets number of confirmations for the given block hash
- Definition Classes
- EsploraClient → ChainQueryApi
- def getRawBlock(hash: DoubleSha256DigestBE): Future[Block]
- def getRawTransaction(txId: DoubleSha256DigestBE): Future[Transaction]
- def getTransaction(txId: DoubleSha256DigestBE): Future[EsploraTransaction]
- def getTransactionStatus(txId: DoubleSha256DigestBE): Future[EsploraTransactionStatus]
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()