Good day Nem Forum!
I’m creating a nem wallet app on nodejs using the nem sdk (https://github.com/QuantumMechanics/NEM-sdk)
I’ve got 2 questions on mosaic transfer fees. I’ve followed the instructions on the documentation (https://nemproject.github.io/#transaction-fees) on how to calculate transaction fees. Regarding NON small business mosaics I’ve followed the calculations given, and verified that it works by replicating the example given.
My first question is, when calculating transaction fees using the calculation for a mosaic that has 9,000,000,000 supply, a divisibility of 6, and sending 1 mosaic will result in a fee of 4.95XEM. Is this unusually large?
Which leads me to my second question, about minimum and maximum fees. Do transaction fees have a minimum and maximum fee like message fees that have a min of 0.05XEM and a max of 1.25XEM? Based on this code from Dmatafonov (https://github.com/Dmatafonov/nem-php/blob/master/nem-php.php), if I’m not mistaken, he is implementing this min and max on transaction fees.
Would appreciate any help,
Thank you very much.