case class MempoolSpaceProvider(target: MempoolSpaceTarget, network: BitcoinNetwork, proxyParams: Option[Socks5ProxyParams])(implicit system: ActorSystem) extends CachedHttpFeeRateProvider[SatoshisPerVirtualByte] with Product with Serializable
Fetches fee rate from mempool.space's API Documentation found here: https://mempool.space/about
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MempoolSpaceProvider
- Serializable
- Product
- Equals
- CachedHttpFeeRateProvider
- HttpFeeRateProvider
- FeeRateApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MempoolSpaceProvider(target: MempoolSpaceTarget, network: BitcoinNetwork, 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
- val cacheDuration: Duration
- Definition Classes
- CachedHttpFeeRateProvider
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def converter(str: String): Try[SatoshisPerVirtualByte]
- Definition Classes
- MempoolSpaceProvider → HttpFeeRateProvider
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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(): Future[SatoshisPerVirtualByte]
- Definition Classes
- CachedHttpFeeRateProvider → HttpFeeRateProvider → FeeRateApi
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: BitcoinNetwork
- 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
- val proxyParams: Option[Socks5ProxyParams]
- Definition Classes
- MempoolSpaceProvider → HttpFeeRateProvider
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem
- Definition Classes
- MempoolSpaceProvider → HttpFeeRateProvider
- val target: MempoolSpaceTarget
- val uri: Uri
- Definition Classes
- MempoolSpaceProvider → HttpFeeRateProvider
- 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()