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 would be nice if the native JavaScript type bigint would be supported and encoded as a PositiveBigNum/NegativeBigNum, and the type symbol could probably just be handled as a string? Though that symbol handling would not be round trip safe. But the bigint support would be good and unambiguous!
The text was updated successfully, but these errors were encountered:
It would be nice if the native JavaScript type
bigint
would be supported and encoded as aPositiveBigNum
/NegativeBigNum
, and the typesymbol
could probably just be handled as astring
? Though thatsymbol
handling would not be round trip safe. But thebigint
support would be good and unambiguous!The text was updated successfully, but these errors were encountered: