operator*

Scale a fee rate by an integer factor.

Synopsis

Declared in <policy/feerate.h>

CFeeRate
operator*(
    int a,
    CFeeRate const& f);

Return Value

The scaled fee rate.

Parameters

NameDescription
aInteger multiplier.
fFee rate to scale.