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
Currently, TEAL smart contracts can compute the minimum balance of an account. But otherwise, there is no simple way to compute it.
Add a field in the account struct returned by /v2/accounts/{address} that indicate the minimum balance.
/v2/accounts/{address}
Requirement to update SDKs (could us code generator #1411 -- algod only)
The text was updated successfully, but these errors were encountered:
This would be super helpful! thank you
Sorry, something went wrong.
#3287
min-balance
tzaffi
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently, TEAL smart contracts can compute the minimum balance of an account.
But otherwise, there is no simple way to compute it.
Describe the solution you'd like.
Add a field in the account struct returned by
/v2/accounts/{address}
that indicate the minimum balance.Acceptance criteria
Requirement to update SDKs (could us code generator #1411 -- algod only)
The text was updated successfully, but these errors were encountered: