Transfer assets using double type amount instead of int type
joankabello opened this issue · 2 comments
joankabello commented
Hello there,
On the method transfer() which is used to transfer assets, i see that the amount is type of int instead of double. Can this be changed ?
Since when you transfer assets, you would need to transfer a double type like 1.5 for example. But this is not doable since the type specified from the SDK is an int.
Thanks
RootSoft commented
joankabello commented
Oh okay, i wasn't aware that the format method was also for the assets transfer, i thought it was only for the Algos transfers.
My misunderstanding on this one.
Thanks for the explanation!