Replies: 1 comment
-
No, this is currently not possible because number values must be emitted as safe integers and a higher precision would result in inaccurate results (see #188). To support larger values or a higher precision, I need to evaluate if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For cryptocurrency input, sometimes it has more than 15 decimals place that need to be specific in the input. This precision's limitation make it hard to adapt these requirements. Can we support more than 15 decimal digits & export value as string (using BigNumber, or alternatives). This would be good when we can support these things. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions