Hello, I have problems transferring amounts with decimals of an address to the sendassetfrom method, in my case I must handle a local currency whose value is equivalent to 3000, when making a payment of 10000 with a conversion ratio of 10000/3000 = 3,333333333333333 but the balance in the reciever address only shows me 3.33 and at the time of showing the balance in my custom local currency with the following conversion 3.33 x 3000 = 9990.
The amount in local currency for the address that received does not match the amount sent, because multichain does not reflect the full amount of decimals. How can I do so that Multichain can save the entire number of decimals so that it does not affect my custom conversion.