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 there is no information in the docs to show how much time it takes to unstake and to unbond.
it can be calculated or queried the following way
unstaking : https://github.com/icon-project/goloop/blob/master/doc/icon_chainscore_api.md#estimateunstakelockperiod unbonding : getNetworkInfo.termPeriod * getNetworkInfo.unbondingPeriodMultiplier = about 7 days
The text was updated successfully, but these errors were encountered:
FidelVe
No branches or pull requests
Currently there is no information in the docs to show how much time it takes to unstake and to unbond.
it can be calculated or queried the following way
The text was updated successfully, but these errors were encountered: