You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/ICore.sol
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ interface ICore {
5
5
/// @notice Represents a SharedRiskLevel
6
6
struct SharedRiskLevel {
7
7
/// @dev The shared risk level
8
+
/// Encoding: The value is stored as a uint32. However, it represents a real (float) value. To get the actual real value (decode), divide by 10^6 (i.e. value / 1_000_000).
0 commit comments