Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdSubmitProposal ¶ added in v0.14.2
GetCmdSubmitProposal implements the command to submit a community-pool multi-spend proposal
Types ¶
type CommunityPoolMultiSpendProposalJSON ¶ added in v0.14.2
type CommunityPoolMultiSpendProposalJSON struct { Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` RecipientList types.MultiSpendRecipients `json:"recipient_list" yaml:"recipient_list"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` }
CommunityPoolMultiSpendProposalJSON defines a CommunityPoolMultiSpendProposal with a deposit
func ParseCommunityPoolMultiSpendProposalJSON ¶ added in v0.14.2
func ParseCommunityPoolMultiSpendProposalJSON(cdc *codec.Codec, proposalFile string) (CommunityPoolMultiSpendProposalJSON, error)
ParseCommunityPoolMultiSpendProposalJSON reads and parses a CommunityPoolMultiSpendProposalJSON from a file.
Click to show internal directories.
Click to hide internal directories.