EnsureFeeEstimatorMan

Get the fee estimator from a node context, asserting it is present.

Synopsis

Declared in <rpc/server_util.h>

FeeRateEstimatorManager&
EnsureFeeEstimatorMan(node::NodeContext const& node);

Return Value

The node's fee-rate estimator manager.

Parameters

NameDescription
nodeThe node context.