Documentation ¶
Index ¶
- func GetCmdSubmitCommunityPoolDepositProposal() *cobra.Command
- func GetCmdSubmitCommunityPoolWithdrawProposal() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func ParseCommunityPoolDepositProposalJSON(cdc codec.JSONCodec, proposalFile string) (types.CommunityPoolDepositProposalJSON, error)
- func ParseCommunityPoolWithdrawProposalJSON(cdc codec.JSONCodec, proposalFile string) (types.CommunityPoolWithdrawProposalJSON, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdSubmitCommunityPoolDepositProposal ¶
GetCmdSubmitCommunityPoolDepositProposal implements the command to submit a community-pool deposit proposal
func GetCmdSubmitCommunityPoolWithdrawProposal ¶
GetCmdSubmitCommunityPoolWithdrawProposal implements the command to submit a community-pool withdraw proposal
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for the earn module
func ParseCommunityPoolDepositProposalJSON ¶
func ParseCommunityPoolDepositProposalJSON(cdc codec.JSONCodec, proposalFile string) (types.CommunityPoolDepositProposalJSON, error)
ParseCommunityPoolDepositProposalJSON reads and parses a CommunityPoolDepositProposalJSON from a file.
func ParseCommunityPoolWithdrawProposalJSON ¶
func ParseCommunityPoolWithdrawProposalJSON(cdc codec.JSONCodec, proposalFile string) (types.CommunityPoolWithdrawProposalJSON, error)
ParseCommunityPoolWithdrawProposalJSON reads and parses a CommunityPoolWithdrawProposalJSON from a file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.