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
It's currently not possible to encode string arguments with U128 abi type, because U128's constructor doesn't support creation from string.
This is an issue, because big integers are usually represented as strings in JSON, so it's quite important to allow string->U128 (and other bigint-ish types) encoding.
The text was updated successfully, but these errors were encountered:
It's currently not possible to encode
string
arguments withU128
abi type, becauseU128
's constructor doesn't support creation from string.This is an issue, because big integers are usually represented as strings in JSON, so it's quite important to allow
string
->U128
(and other bigint-ish types) encoding.The text was updated successfully, but these errors were encountered: