the active delegation from the account to a specific validator. Return an empty Delegation if there is no delegation.
all active delegations from the account to any validator (or [] if none)
Get the rewards pending with a specific validator.
the validator address to query for
the amount of the account's rewards pending from a specific validator
Get the pending rewards for the account.
the amounts of the account's rewards pending from all validators
the unbonding delegations from the account to a specific validator (or [] if none)
the unbonding delegations from the account to any validator (or [] if none)
Queries for the staking properties of an account.
See
x/staking messages StakingExtension in cosmjs