Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 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 + Validators []ValidatorOutput + func GetValidators(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