You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the uint256 types are being transformed into string. I would expect them to be transformed into bigint type. I checked the documentation and found nothing regarding the uint256 type. Is there something I'm missing ?
The text was updated successfully, but these errors were encountered:
Below is a method found in the abi I'm transforming:
In the generated file the
createPackage
method is found to be as such:As you can see the
uint256
types are being transformed intostring
. I would expect them to be transformed intobigint
type. I checked the documentation and found nothing regarding theuint256
type. Is there something I'm missing ?The text was updated successfully, but these errors were encountered: