[#EnsureAnyFeeEstimatorMan] = EnsureAnyFeeEstimatorMan :mrdocs: Get the fee estimator from an opaque RPC context, asserting it is present. == Synopsis Declared in `<rpc/server_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]& EnsureAnyFeeEstimatorMan(std::any const& context); ---- == Return Value The node's fee‐rate estimator manager. == Parameters [cols="1,4"] |=== | Name| Description | *context* | The opaque per‐connection context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#