Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProposalHandler = govclient.NewProposalHandler( cli.NewSubmitCallContractsProposalTxCmd, func(ctx client.Context) govrest.ProposalRESTHandler { return govrest.ProposalRESTHandler{ SubRoute: "unsupported-axelarnet-client", Handler: func(w http.ResponseWriter, r *http.Request) { rest.WriteErrorResponse(w, http.StatusBadRequest, "Legacy REST Routes are not supported for axelarnet proposals") }, } }, )
ProposalHandler is the call contracts proposal handler.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.