DEPRECATED. Return a feerate estimate.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

[[requires_capability(0x7fbc91c3fbf8), requires_capability(0x7fbc74bb5d88)]]
CFeeRate
estimateFee(int confTarget) const;

Return Value

The estimated feerate.

Parameters

Name

Description

confTarget

Desired number of blocks within which to confirm.

Created with MrDocs