Is it possible to query:
- the set of delegators for a given validator at a specific height?
- the amount each delegator has delegated to a given validator at a specific height?
Something like the output of the /staking/delegators/{delegatorAddr}/delegations
RPC endpoint, but at a specific height.
I think it might be possible via /abci_query
, but not sure on the path
and data
arguments.