Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EmptyRESTHandlerFn = func(client.Context) rest.ProposalRESTHandler { return rest.ProposalRESTHandler{} } CreateValidatorProposalHandler = govclient.NewProposalHandler(cli.NewCreateValidatorProposalTxCmd, EmptyRESTHandlerFn) UpdateValidatorProposalHandler = govclient.NewProposalHandler(cli.NewUpdateValidatorProposalTxCmd, EmptyRESTHandlerFn) RemoveValidatorProposalHandler = govclient.NewProposalHandler(cli.NewRemoveValidatorProposalTxCmd, EmptyRESTHandlerFn) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.