Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const MaxMessagesPerTxDefault + func GetCmdFundCommunityPool(cdc *codec.Codec) *cobra.Command + func GetCmdQueryCommunityPool(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryDelegatorRewards(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorCommission(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorOutstandingRewards(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorSlashes(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdSetWithdrawAddr(cdc *codec.Codec) *cobra.Command + func GetCmdSubmitProposal(cdc *codec.Codec) *cobra.Command + func GetCmdWithdrawAllRewards(cdc *codec.Codec, queryRoute string) *cobra.Command + func GetCmdWithdrawRewards(cdc *codec.Codec) *cobra.Command + func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command + type CommunityPoolSpendProposalJSON struct + Amount sdk.Coins + Deposit sdk.Coins + Description string + Recipient sdk.AccAddress + Title string + func ParseCommunityPoolSpendProposalJSON(cdc *codec.Codec, proposalFile string) (CommunityPoolSpendProposalJSON, error)