Companion

Properties

Link copied to clipboard

Default block targets for fee estimation (3, 6, 9, 12, 18, 24, 36, 48, 72, 96, 144 blocks).

Link copied to clipboard

Default maximum fee rate in sat/vB for reporting. Estimates above this value are returned as null. Rounded up from exp(10) ≈ 22026.47 so that estimates at the simulation ceiling (bucket 1000) pass the filter.

Link copied to clipboard

Default minimum fee rate in sat/vB. Set to 0.1 for Bitcoin Core 29.1/30.0+ nodes.

Link copied to clipboard

Default confidence levels for fee estimation (5%, 20%, 50%, 80%, 95%).

Link copied to clipboard
const val MAX_BLOCK_TARGET: Double = 1008.0

Largest supported block target, one week of blocks. Simulation cost grows linearly with the target, so this bound keeps a caller-supplied numOfBlocks from costing minutes of CPU.