Function: isTypeU96()
isTypeU96(
type):type is "core::internal::bounded_int::BoundedInt::<0, 79228162514264337593543950335>"
Defined in: src/utils/calldata/cairo.ts:145
Checks if the given type is equal to the u96 type
Parameters
type
string
The type to check.
Returns
type is "core::internal::bounded_int::BoundedInt::<0, 79228162514264337593543950335>"
- True if the given type is equal to u96, false otherwise.