Scale a fee rate by an integer factor.
Declared in <policy/feerate.h>
<policy/feerate.h>
CFeeRate operator*( CFeeRate const& f, int a);
The scaled fee rate.
Name
Description
f
Fee rate to scale.
a
Integer multiplier.
Created with MrDocs