osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
63 stars 32 forks source link

RewardsEstRequest missing height params #29

Closed tandn37 closed 1 year ago

tandn37 commented 1 year ago

Currently in osmosisd, osmosisd query incentives rewards-estimation allow to query by block height --height int Use a specific height to query state at (this can error if the node is pruning state)

But it's missing in RewardsEstRequest export interface RewardsEstRequest { owner: string; lockIds: Long[]; endEpoch: Long; }

tandn37 commented 1 year ago

nvm