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
The current return value here is coming back as number type in scientific notation 5e22. I believe if you used U128 wrapper from near_sdk that this value would be serialized to a lossless string instead.
The current return value here is coming back as number type in scientific notation
5e22
. I believe if you used U128 wrapper from near_sdk that this value would be serialized to a lossless string instead.mpc/chain-signatures/contract/src/lib.rs
Line 220 in 568fb11
This was discovered while implementing dynamic deposit here:
BitteProtocol/near-ca#99
The text was updated successfully, but these errors were encountered: