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
Given a delegator address and a validator address, return the last block height at which the delegator bonded to / unbonded from the given validator
If the delegator bonds to a validator, then fully unbonds, we don't need to keep history (we just need to accurately reflect the current state of all bonds)
Also need a separate function to return all current validators a specified delegator is bonded to
ref: cosmos/gaia#135
The text was updated successfully, but these errors were encountered: