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
I'm unable to find a way to query block results (begin / end events, val updates) from my SDK generated through Telescope. I do see Telescope has a few references over these but they are never included in the final clients, nor consumable.
Hi,
I'm unable to find a way to query block results (begin / end events, val updates) from my SDK generated through Telescope. I do see Telescope has a few references over these but they are never included in the final clients, nor consumable.
CosmJS do have a method for it, but i'd like to avoid as much as possible creating a second client.
https://github.com/cosmos/cosmjs/blob/68e1ec8d9cc51263f38cdb13da0a01e9f8b729fd/packages/tendermint-rpc/src/comet38/comet38client.ts#L98
Am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: