Signature
Description
Converts a raw balance to its scaled view:rawBalance * multiplier / WAD_PRECISION.
Param: rawBalance Raw token amount to scale.
Return: Scaled balance at the current multiplier.
Generated B20 reference for toScaledBalance(uint256).
rawBalance * multiplier / WAD_PRECISION.
Param: rawBalance Raw token amount to scale.
Return: Scaled balance at the current multiplier.