Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + type CLIHandlerFn func(*codec.Codec) *cobra.Command + type CLIRegistryHandlerFn func(proxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command + type InterfaceRegistryProposalHandler struct + CLIHandler CLIRegistryHandlerFn + RESTHandler RESTHandlerFn + func NewProposalRegistryHandler(cliHandler CLIRegistryHandlerFn, restHandler RESTHandlerFn) InterfaceRegistryProposalHandler + type ProposalHandler struct + CLIHandler CLIHandlerFn + RESTHandler RESTHandlerFn + func NewProposalHandler(cliHandler CLIHandlerFn, restHandler RESTHandlerFn) ProposalHandler + type RESTHandlerFn func(context.CLIContext) rest.ProposalRESTHandler