Function: isTypeUint256()
isTypeUint256(
type):type is "core::integer::u256"
Defined in: src/utils/calldata/cairo.ts:110
Checks if the given type is uint256.
Parameters
type
string
The type to be checked.
Returns
type is "core::integer::u256"
- Returns true if the type is
uint256, otherwise false.