Documentation
¶
Index ¶
- func QueryGovDeposit(f *cli.Fixtures, proposalID int, depositor sdk.AccAddress, flags ...string) gov.Deposit
- func QueryGovDeposits(f *cli.Fixtures, propsalID int, flags ...string) []gov.Deposit
- func QueryGovParamDeposit(f *cli.Fixtures) gov.DepositParams
- func QueryGovParamTallying(f *cli.Fixtures) gov.TallyParams
- func QueryGovParamVoting(f *cli.Fixtures) gov.VotingParams
- func QueryGovProposal(f *cli.Fixtures, proposalID int, flags ...string) gov.Proposal
- func QueryGovProposals(f *cli.Fixtures, flags ...string) gov.Proposals
- func QueryGovVote(f *cli.Fixtures, proposalID int, voter sdk.AccAddress, flags ...string) gov.Vote
- func QueryGovVotes(f *cli.Fixtures, proposalID int, flags ...string) []gov.Vote
- func TxGovDeposit(f *cli.Fixtures, proposalID int, from string, amount sdk.Coin, flags ...string) (bool, string, string)
- func TxGovSubmitCommunityPoolSpendProposal(f *cli.Fixtures, from, proposalPath string, deposit sdk.Coin, flags ...string) (bool, string, string)
- func TxGovSubmitParamChangeProposal(f *cli.Fixtures, from, proposalPath string, deposit sdk.Coin, flags ...string) (bool, string, string)
- func TxGovSubmitProposal(f *cli.Fixtures, from, typ, title, description string, deposit sdk.Coin, ...) (bool, string, string)
- func TxGovVote(f *cli.Fixtures, proposalID int, option gov.VoteOption, from string, ...) (bool, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryGovDeposit ¶
func QueryGovDeposit(f *cli.Fixtures, proposalID int, depositor sdk.AccAddress, flags ...string) gov.Deposit
QueryGovDeposit is simcli query gov deposit
func QueryGovDeposits ¶
QueryGovDeposits is simcli query gov deposits
func QueryGovParamDeposit ¶
func QueryGovParamDeposit(f *cli.Fixtures) gov.DepositParams
QueryGovParamDeposit is simcli query gov param deposit
func QueryGovParamTallying ¶
func QueryGovParamTallying(f *cli.Fixtures) gov.TallyParams
QueryGovParamTallying is simcli query gov param tallying
func QueryGovParamVoting ¶
func QueryGovParamVoting(f *cli.Fixtures) gov.VotingParams
QueryGovParamVoting is simcli query gov param voting
func QueryGovProposal ¶
QueryGovProposal is simcli query gov proposal
func QueryGovProposals ¶
QueryGovProposals is simcli query gov proposals
func QueryGovVote ¶
QueryGovVote is simcli query gov vote
func QueryGovVotes ¶
QueryGovVotes is simcli query gov votes
func TxGovDeposit ¶
func TxGovDeposit(f *cli.Fixtures, proposalID int, from string, amount sdk.Coin, flags ...string) (bool, string, string)
TxGovDeposit is simcli tx gov deposit
func TxGovSubmitCommunityPoolSpendProposal ¶
func TxGovSubmitCommunityPoolSpendProposal(f *cli.Fixtures, from, proposalPath string, deposit sdk.Coin, flags ...string, ) (bool, string, string)
TxGovSubmitCommunityPoolSpendProposal executes a CLI community pool spend proposal submission.
func TxGovSubmitParamChangeProposal ¶
func TxGovSubmitParamChangeProposal(f *cli.Fixtures, from, proposalPath string, deposit sdk.Coin, flags ...string, ) (bool, string, string)
TxGovSubmitParamChangeProposal executes a CLI parameter change proposal submission.
Types ¶
This section is empty.