Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + func BlockCommand() *cobra.Command + func GetChainHeight(clientCtx client.Context) (int64, error) + func StatusCommand() *cobra.Command + func ValidatorCommand() *cobra.Command + type ResultValidatorsOutput struct + BlockHeight int64 + Total uint64 + Validators []ValidatorOutput + func GetValidators(ctx context.Context, clientCtx client.Context, height *int64, page, limit *int) (ResultValidatorsOutput, error) + func (rvo ResultValidatorsOutput) String() string + type ValidatorOutput struct + Address sdk.ConsAddress + ProposerPriority int64 + PubKey cryptotypes.PubKey + VotingPower int64