Delegate to the block policy estimator's estimateRawFee (used by the estimaterawfee RPC).
Declared in <policy/fees/estimator_man.h>
CFeeRate
BlockPolicyEstimateRawFee(
unsigned int target,
double threshold,
FeeEstimateHorizon horizon,
EstimationResult* buckets) const;
The estimated fee rate, or an invalid CFeeRate when no estimate is available.
| Name | Description |
|---|---|
| target [in] | The confirmation target, in blocks, to estimate for. |
| threshold [in] | The minimum success probability a fee rate bucket must meet. |
| horizon [in] | The time horizon whose data the estimate is drawn from. |
| buckets [out] | If non-null, receives the bucket data used to produce the estimate. |