Open bengreenier opened 2 years ago
We should use BigInt for numbers greater than i32 (e.g. i64+) in our typings, rather than number which is what we use today.
BigInt
i64
number
We should use
BigInt
for numbers greater than i32 (e.g.i64
+) in our typings, rather thannumber
which is what we use today.