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

Name

Description

a

Integer multiplier.

f

Fee rate to scale.

Created with MrDocs