We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
address
$ curl -s localhost:1317/cosmos/staking/v1beta1/validators/osmovaloper1wlagucxdxvsmvj6330864x8q3vxz4x025rraa6 | jq -r '.validator.consensus_pubkey.key' FPpZYlaX1njcZNXS+W0pAm3auPqoOQ6ecoZYfEUBd5U= $ curl -s localhost:26657/validators | jq -r --arg value "FPpZYlaX1njcZNXS+W0pAm3auPqoOQ6ecoZYfEUBd5U=" '.result.validators[] | select(.pub_key.value == $value) | .address' 5F999A4BE254869925A7F2FEA04D7B3B836CFF0B $ curl -s http://localhost:26657/block | jq -r --arg validator_address "5F999A4BE254869925A7F2FEA04D7B3B836CFF0B" '.result.block.last_commit.signatures[] | select(.validator_address == $validator_address)'
.result.block.last_commit.signatures[]
Sorry, something went wrong.
@meetrick I will close this issue if you don't have concern
xellos00
meetrick
kim201212
No branches or pull requests
Dev - Osmosis API research
The text was updated successfully, but these errors were encountered: