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
The uint256 library handles overflows and negative numbers more better .By using uint256 to represent balances in the state (such as in statedb, stateobject, and state processing), we can decrease code complexity and improve reliability
The text was updated successfully, but these errors were encountered:
The
uint256
library handles overflows and negative numbers more better .By usinguint256
to represent balances in the state (such as instatedb
,stateobject
, and state processing), we can decrease code complexity and improve reliabilityThe text was updated successfully, but these errors were encountered: