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
Anywhere there’s a number of hbars or dollars or tokens anywhere, always put commas every 3 digits in the integer part of it (except not in entity IDs). Like 1,234,567.12345678.
if an HBAR amount is not an integer number of hbars, then pad the decimals by adding zeros on the right to get 8 decimal places. Don’t allow the user to enter more than 8 decimal places for hbars.
Solution
See above
Alternatives
No response
The text was updated successfully, but these errors were encountered:
SimiHunjan
changed the title
Put commas every 3 digits in the number presented
Put commas every 3 digits in the number or integer presented
Feb 15, 2025
Problem
Anywhere there’s a number of hbars or dollars or tokens anywhere, always put commas every 3 digits in the integer part of it (except not in entity IDs). Like 1,234,567.12345678.
if an HBAR amount is not an integer number of hbars, then pad the decimals by adding zeros on the right to get 8 decimal places. Don’t allow the user to enter more than 8 decimal places for hbars.
Solution
See above
Alternatives
No response
The text was updated successfully, but these errors were encountered: