Where can I see the specific fees for a transaction?

+2 votes
I have initialised multichain with native currency and also set up the explorer for it. I have given permissions to few addresses and I can see the transactions, but how do I check the fees for transaction. Can I see the fees for a single transaction in explorer or should I use some API's? Fees for a specific transaction?
asked Feb 16, 2018 by Mayank

1 Answer

0 votes
Currently the way to calculate the fees for a transaction is to look at the total native currency in each of its outputs, and subtract the total native currency in each of its inputs (by querying the previous transactions). The fee is the difference.
answered Feb 18, 2018 by MultiChain
...