Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 v0.1.1 Nov 25, 2021 Changes in this version + func BlockCommand() *cobra.Command + func BlockRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + func GetChainHeight(cliCtx context.CLIContext) (int64, error) + func LatestBlockRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + func LatestValidatorSetRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + func NodeInfoRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + func NodeSyncingRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + func RegisterRPCRoutes(cliCtx context.CLIContext, r *mux.Router) + func StatusCommand() *cobra.Command + func ValidatorCommand(cdc *codec.Codec) *cobra.Command + func ValidatorSetRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc + type NodeInfoResponse struct + ApplicationVersion version.Info + type ResultValidatorsOutput struct + BlockHeight int64 + Validators []ValidatorOutput + func GetValidators(cliCtx context.CLIContext, 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 string + VotingPower int64