EnsureAnyFeeEstimatorMan

Get the fee estimator from an opaque RPC context, asserting it is present.

Synopsis

Declared in <rpc/server_util.h>

FeeRateEstimatorManager&
EnsureAnyFeeEstimatorMan(std::any const& context);

Return Value

The node's fee-rate estimator manager.

Parameters

NameDescription
contextThe opaque per-connection context.