We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Priority: low
/api/explorer/v3/balance/[address] returns eg
/api/explorer/v3/balance/[address]
{ "totalBalance": { "amount": "85567958", "mana": { "stored": "374782896", "potential": "683261" } }, "availableBalance": { "amount": "85567958", "mana": { "stored": "374782896", "potential": "683261" } }, "ledgerIndex": xxxx }
It would be good to include the undecayed stored mana too so we can show users how much its decayed
Provide decay in mana balance
No.
The text was updated successfully, but these errors were encountered:
Implemented by separating the field into stored_mana and decayed_mana which contains both decayed stored and potential.
stored_mana
decayed_mana
Sorry, something went wrong.
No branches or pull requests
Description
/api/explorer/v3/balance/[address]
returns egIt would be good to include the undecayed stored mana too so we can show users how much its decayed
Motivation
Provide decay in mana balance
Requirements
Open questions (optional)
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: