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