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
It's not so straightforward. Each canceled lease will start unbending the leased amount. So some LTO might be released in 100 blocks, while more LTO is released after 2000 blocks.
Instead, we must add a new endpoint /addresses/balance/unbonding, which returns a list of amounts and blocks.
Currently the way unbonding is stored, this isn't supported. So the internal structure needs to change.
Please add the information about the unbonding period in API (/addresses/balance/details/address)
Something like:
"unbonding_block_start" :
"unbonding_block_end" :
The text was updated successfully, but these errors were encountered: