Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to query validator data in cosmwasm contract. #1981

Closed
99Kies opened this issue Jan 6, 2024 · 2 comments
Closed

How to query validator data in cosmwasm contract. #1981

99Kies opened this issue Jan 6, 2024 · 2 comments

Comments

@99Kies
Copy link

99Kies commented Jan 6, 2024

CosmWasm/cw-plus#890

@99Kies
Copy link
Author

99Kies commented Jan 6, 2024

I need to get the validators dataset whose state is active and get their voting_power data and account_address(validator-set).

@chipshort
Copy link
Collaborator

If the chain exposes a query for that as a Grpc / Stargate query, you can use that, otherwise it's not possible.

@CosmWasm CosmWasm locked and limited conversation to collaborators Jan 9, 2025
@chipshort chipshort converted this issue into discussion #2332 Jan 9, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants