[#FeeFilterRounder] = FeeFilterRounder :mrdocs: Quantizes minimum fee values to a discrete set of feerates for fee filter privacy. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FeeFilterRounder; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:FeeFilterRounder/2constructor.adoc[`FeeFilterRounder`] [.small]#[constructor]# | Create new FeeFilterRounder. | xref:FeeFilterRounder/round.adoc[`round`] | Quantize a minimum fee for privacy purpose before broadcast. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#