[#FeeRateEstimatorType] = FeeRateEstimatorType :mrdocs: Identifier for fee rate estimator. == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class FeeRateEstimatorType : int; ---- == Members [cols="1,4"] |=== | Name| Description | `NONE` | No fee rate estimator. | `BLOCK_POLICY` | The block policy estimator, based on confirmed transactions. | `MEMPOOL_POLICY` | The mempool policy estimator, based on current mempool contents. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:EstimationError.adoc[`EstimationError`] | Build a fee rate estimation error result: a zero‐value estimation identifying the estimator and target, alongside the error message. | xref:FeeRateEstimatorTypeFromString.adoc[`FeeRateEstimatorTypeFromString`] | Parse a fee rate estimator type from its canonical string name. | xref:FeeRateEstimatorTypeToString.adoc[`FeeRateEstimatorTypeToString`] | Convert a fee rate estimator type to its canonical string name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#