Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + func BlockCommand() *cobra.Command + func BlockRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func GetChainHeight(clientCtx client.Context) (int64, error) + func LatestBlockRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func LatestValidatorSetRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func NodeInfoRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func NodeSyncingRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func RegisterRoutes(clientCtx client.Context, r *mux.Router) + func StatusCommand() *cobra.Command + func ValidatorCommand() *cobra.Command + func ValidatorSetRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + type NodeInfoResponse struct + ApplicationVersion version.Info + 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 SyncingResponse struct + Syncing bool + type ValidatorOutput struct + Address sdk.ConsAddress + ProposerPriority int64 + PubKey cryptotypes.PubKey + VotingPower int64 Other modules containing this package github.com/tpkeeper/cosmos-sdk