-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigint
arguments
#1678
Comments
🙏🏻 We typically have an IntegerType for this where was it missing? |
Oh, nice. I see that now. I was getting an error from |
Yeah, those we left as |
I'll close for now, please reopen if you feel |
Problem
For all of the functions that take in values that represent Clarity
int
s anduint
s, they should probably acceptbigint | number
, since these types can be larger than anumber
(128-bit vs 64-bit).Solution
Update the parameter types to be
bigint | number
.Additional context
The text was updated successfully, but these errors were encountered: