Function: isTypeUint()
isTypeUint(
type):boolean
Defined in: src/utils/calldata/cairo.ts:95
Checks if the given value is a valid Uint type.
Parameters
type
string
The value to check.
Returns
boolean
- Returns true if the value is a valid Uint type, otherwise false.