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
Currently, Numeric is just a struct with scale and mantissa fields. Consider adding higher-level type such as Decimal which will allow working with numeric data in a more JS-native way.