Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChainIDFn ¶
func GetChainIDFn(cliCtx client.Context) http.HandlerFunc
func GetEVMValidators ¶
func GetEVMValidators(cliCtx client.Context) http.HandlerFunc
func GetGenesisHandlerFn ¶
func GetGenesisHandlerFn(cliCtx client.Context) http.HandlerFunc
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.