Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProposalHandler = govclient.NewProposalHandler(cli.CmdEvmChainProposalHandler, func(client.Context) rest.ProposalRESTHandler { return rest.ProposalRESTHandler{ SubRoute: "evm-not-implemented", Handler: func(w http.ResponseWriter, _ *http.Request) { w.WriteHeader(http.StatusNotImplemented) fmt.Fprintf(w, "please use cli to issue a new EVM proposal or make a new github ticket if you wish to have this functionality via rest") }, } })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.