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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NEPs currently use
string
for the amount fields, and that requires documentation to cover that it is actually an unsigned integer with u128 range.Defining the
JsonU128
type (a "string-encoded decimal number") and refactoring all the NEPs to use it might benefit the readability and consistency.I don't have time to champion this change, but if someone is interested in this invaluable initiative, please, go ahead!
Beta Was this translation helpful? Give feedback.
All reactions