Get the fee estimator from an opaque RPC context, asserting it is present.
Declared in <rpc/server_util.h>
FeeRateEstimatorManager&
EnsureAnyFeeEstimatorMan(std::any const& context);
The node's fee-rate estimator manager.
| Name | Description |
|---|---|
| context | The opaque per-connection context. |