feat(client/v2): add support for pubkey (#19039)

This commit is contained in:
atheeshp
2024-01-12 18:37:13 +00:00
committed by GitHub
parent 60b0221405
commit efa7636756
8 changed files with 235 additions and 156 deletions
@@ -40,6 +40,12 @@ Example of validator address string scalar:
https://github.com/cosmos/cosmos-sdk/blob/e8f28bf5db18b8d6b7e0d94b542ce4cf48fed9d6/proto/cosmos/distribution/v1beta1/query.proto#L87
```
Example of pubkey scalar:
```proto reference
https://github.com/cosmos/cosmos-sdk/blob/11068bfbcd44a7db8af63b6a8aa079b1718f6040/proto/cosmos/staking/v1beta1/tx.proto#L94
```
Example of Decimals scalar:
```proto reference