# Functions
GetCmdQueryDeployerFeeShares implements a command that returns all contracts that a deployer has registered for fee distribution.
GetCmdQueryFeeShare implements a command to return a registered contract for fee distribution.
GetCmdQueryFeeShares implements a command to return all registered contracts for fee distribution.
GetCmdQueryParams implements a command to return the current FeeShare parameters.
GetCmdQueryWithdrawerFeeShares implements a command that returns all contracts that have registered for fee distribution with a given withdraw address.
GetQueryCmd returns the cli query commands for this module.
NewCancelFeeShare returns a CLI command handler for canceling a contract for fee distribution.
NewRegisterFeeShare returns a CLI command handler for registering a contract for fee distribution.
NewTxCmd returns a root CLI command handler for certain modules/FeeShare transaction commands.
NewUpdateFeeShare returns a CLI command handler for updating the withdraw address of a contract for fee distribution.