Documentation ¶
Index ¶
- func GetChainIDFn(cliCtx context.CLIContext) http.HandlerFunc
- func GetEVMValidators(cliCtx context.CLIContext) http.HandlerFunc
- func GetGenesisHandlerFn(cliCtx context.CLIContext) http.HandlerFunc
- func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)
- type ValidatorMinimal
- type ValidatorsMinimal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChainIDFn ¶
func GetChainIDFn(cliCtx context.CLIContext) http.HandlerFunc
func GetEVMValidators ¶
func GetEVMValidators(cliCtx context.CLIContext) http.HandlerFunc
func GetGenesisHandlerFn ¶
func GetGenesisHandlerFn(cliCtx context.CLIContext) http.HandlerFunc
func RegisterRoutes ¶
func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)
Types ¶
type ValidatorMinimal ¶
type ValidatorsMinimal ¶
type ValidatorsMinimal struct { BlockHeight int64 `json:"block_height"` Validators []ValidatorMinimal `json:"validators"` }
Click to show internal directories.
Click to hide internal directories.