package feeprovider
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BitGoFeeRateProvider(blockTargetOpt: Option[Int])(implicit system: ActorSystem) extends CachedHttpFeeRateProvider with Product with Serializable
Fetches fee rate from BitGo's API Documentation found here: https://www.bitgo.com/api/v2/#operation/v2.tx.getfeeestimate
- case class BitcoinerLiveFeeRateProvider(minutes: Int)(implicit system: ActorSystem) extends CachedHttpFeeRateProvider with Product with Serializable
- abstract class CachedHttpFeeRateProvider extends HttpFeeRateProvider
- case class ConstantFeeRateProvider(feeUnit: FeeUnit) extends FeeRateApi with Product with Serializable
- abstract class HttpFeeRateProvider extends FeeRateApi
- case class MempoolSpaceProvider(target: MempoolSpaceTarget)(implicit system: ActorSystem) extends CachedHttpFeeRateProvider with Product with Serializable
Fetches fee rate from mempool.space's API Documentation found here: https://mempool.space/about
- abstract class MempoolSpaceTarget extends AnyRef
Value Members
- object HttpFeeRateProvider
- object MempoolSpaceTarget