Documentation ¶
Index ¶
- func GetCancelFeeSplit(cdc *codec.Codec) *cobra.Command
- func GetCmdFeeSplitSharesProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryDeployerFeeSplits(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFeeSplit(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFeeSplits(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryWithdrawerFeeSplits(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(moduleName string, cdc *codec.Codec) *cobra.Command
- func GetRegisterFeeSplit(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func GetUpdateFeeSplit(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCancelFeeSplit ¶
GetCancelFeeSplit returns a CLI command handler for canceling a contract for fee distribution
func GetCmdFeeSplitSharesProposal ¶
func GetCmdFeeSplitSharesProposal(cdcP *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdFeeSplitSharesProposal implements a command handler for submitting a fee split change proposal transaction
func GetCmdQueryDeployerFeeSplits ¶
GetCmdQueryDeployerFeeSplits implements a command that returns all contracts that a deployer has registered for fee distribution
func GetCmdQueryFeeSplit ¶
GetCmdQueryFeeSplit implements a command to return a registered contract for fee distribution
func GetCmdQueryFeeSplits ¶
GetCmdQueryFeeSplits implements a command to return all registered contracts for fee distribution
func GetCmdQueryParams ¶
GetCmdQueryParams implements a command to return the current feesplit parameters.
func GetCmdQueryWithdrawerFeeSplits ¶
GetCmdQueryWithdrawerFeeSplits implements a command that returns all contracts that have registered for fee distribution with a given withdraw address
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetRegisterFeeSplit ¶
GetRegisterFeeSplit returns a CLI command handler for registering a contract for fee distribution
Types ¶
This section is empty.