menu
blockchain_utils package
documentation
numbers/src/i32.dart
Int32
toUint256 method
toUint256 method
dark_mode
light_mode
toUint256
method
Uint256
toUint256
(
)
Sign-extending widen (via
toInt64
), then reinterpret.
Implementation
Uint256 toUint256() => toInt64().toUint256();
blockchain_utils package
documentation
numbers/src/i32
Int32
toUint256 method
Int32 class