Documentation ¶
Index ¶
- Constants
- func NewProposalCmdFoundationExec() *cobra.Command
- func NewQueryCmd() *cobra.Command
- func NewQueryCmdCensorships() *cobra.Command
- func NewQueryCmdFoundationInfo() *cobra.Command
- func NewQueryCmdGrants() *cobra.Command
- func NewQueryCmdMember() *cobra.Command
- func NewQueryCmdMembers() *cobra.Command
- func NewQueryCmdParams() *cobra.Command
- func NewQueryCmdProposal() *cobra.Command
- func NewQueryCmdProposals() *cobra.Command
- func NewQueryCmdTallyResult() *cobra.Command
- func NewQueryCmdTreasury() *cobra.Command
- func NewQueryCmdVote() *cobra.Command
- func NewQueryCmdVotes() *cobra.Command
- func NewTxCmd() *cobra.Command
- func NewTxCmdExec() *cobra.Command
- func NewTxCmdFundTreasury() *cobra.Command
- func NewTxCmdGrant() *cobra.Command
- func NewTxCmdLeaveFoundation() *cobra.Command
- func NewTxCmdRevoke() *cobra.Command
- func NewTxCmdSubmitProposal() *cobra.Command
- func NewTxCmdUpdateDecisionPolicy() *cobra.Command
- func NewTxCmdUpdateMembers() *cobra.Command
- func NewTxCmdUpdateParams() *cobra.Command
- func NewTxCmdVote() *cobra.Command
- func NewTxCmdWithdrawFromTreasury() *cobra.Command
- func NewTxCmdWithdrawProposal() *cobra.Command
Constants ¶
const ( FlagExec = "exec" ExecTry = "try" )
Proposal flags
Variables ¶
This section is empty.
Functions ¶
func NewProposalCmdFoundationExec ¶
NewProposalCmdFoundationExecProposal returns a CLI command handler for creating a foundation exec proposal governance transaction.
func NewQueryCmd ¶
NewQueryCmd returns the parent command for all x/foundation CLi query commands.
func NewQueryCmdCensorships ¶
NewQueryCmdCensorships returns the query censorships command.
func NewQueryCmdFoundationInfo ¶
NewQueryCmdFoundationInfo returns the information of the foundation.
func NewQueryCmdGrants ¶
NewQueryCmdGrants returns grants on a grantee
func NewQueryCmdMember ¶
NewQueryCmdMember returns a member of the foundation.
func NewQueryCmdMembers ¶
NewQueryCmdMembers returns the members of the foundation.
func NewQueryCmdParams ¶
NewQueryCmdParams returns the query foundation parameters command.
func NewQueryCmdProposal ¶
NewQueryCmdProposal returns a proposal baesd on proposal id.
func NewQueryCmdProposals ¶
NewQueryCmdProposals returns all proposals of the foundation.
func NewQueryCmdTallyResult ¶
NewQueryCmdTallyResult returns the tally of proposal votes.
func NewQueryCmdTreasury ¶
NewQueryCmdTreasury returns the amount of coins in the foundation treasury
func NewQueryCmdVote ¶
NewQueryCmdVote returns the vote of a voter on a proposal.
func NewQueryCmdVotes ¶
NewQueryCmdVotes returns the votes on a proposal.
func NewTxCmdExec ¶
func NewTxCmdFundTreasury ¶
func NewTxCmdGrant ¶
func NewTxCmdLeaveFoundation ¶
func NewTxCmdRevoke ¶
func NewTxCmdSubmitProposal ¶
func NewTxCmdUpdateMembers ¶
func NewTxCmdUpdateParams ¶
func NewTxCmdVote ¶
Types ¶
This section is empty.