Problems in amounts with many decimal places

+1 vote

Hello, I am working with amounts that have many decimal places as a result of my custom internal conversions, at least i need to store 20 decimal because some transactions scenarios handle that amount of decimals. It's possible to set at least the 20 decimal places that i need in the <units> parameter of an asset?

asked Jan 10, 2020 by amroth23

1 Answer

+1 vote
I'm afraid that the numbers using in JSON are limited to 15 decimal places of accuracy, sorry. Maybe you can consider using a fixed multiple for your units from MultiChain's perspective, and then taking care of the conversation at the application level.
answered Jan 13, 2020 by MultiChain
...