You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on iotaledger/inx-chronicle#1361
At the moment we display the decayed stored mana balance, but it would be good showing the stored mana (undecayed) and the decay (stored - decayed stored) so users can see the total decay of an address.
After we can get this decay of the stored mana, the mana balance breakdown should be like
Stored
Decay
Potential
...
Where total = stored - decay + potential + ....
please note that if an address is the address of an output, we need to calculate the decay of the output too and apply the necessary changes
The text was updated successfully, but these errors were encountered:
Task description
Depends on iotaledger/inx-chronicle#1361
At the moment we display the decayed stored mana balance, but it would be good showing the stored mana (undecayed) and the decay (stored - decayed stored) so users can see the total decay of an address.
After we can get this decay of the stored mana, the mana balance breakdown should be like
Where total = stored - decay + potential + ....
please note that if an address is the address of an output, we need to calculate the decay of the output too and apply the necessary changes
The text was updated successfully, but these errors were encountered: