Documentation ¶
Index ¶
- func GetCmdAggregateExchangeRatePrevote(cdc *codec.Codec) *cobra.Command
- func GetCmdAggregateExchangeRateVote(cdc *codec.Codec) *cobra.Command
- func GetCmdDelegateFeederPermission(cdc *codec.Codec) *cobra.Command
- func GetCmdExchangeRatePrevote(cdc *codec.Codec) *cobra.Command
- func GetCmdExchangeRateVote(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryActives(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAggregatePrevote(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAggregateVote(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryExchangeRates(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFeederDelegation(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryMissCounter(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPrevotes(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTobinTaxes(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVoteTargets(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVotes(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- type Denoms
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAggregateExchangeRatePrevote ¶ added in v0.4.0
GetCmdAggregateExchangeRatePrevote will create a aggregateExchangeRatePrevote tx and sign it with the given key.
func GetCmdAggregateExchangeRateVote ¶ added in v0.4.0
GetCmdAggregateExchangeRateVote will create a aggregateExchangeRateVote tx and sign it with the given key.
func GetCmdDelegateFeederPermission ¶ added in v0.2.0
GetCmdDelegateFeederPermission will create a feeder permission delegation tx and sign it with the given key.
func GetCmdExchangeRatePrevote ¶ added in v0.3.0
GetCmdExchangeRatePrevote will create a exchangeRatePrevote tx and sign it with the given key.
func GetCmdExchangeRateVote ¶ added in v0.3.0
GetCmdExchangeRateVote will create a exchangeRateVote tx and sign it with the given key.
func GetCmdQueryActives ¶ added in v0.4.0
GetCmdQueryActives implements the query actives command.
func GetCmdQueryAggregatePrevote ¶ added in v0.4.0
GetCmdQueryAggregatePrevote implements the query aggregate prevote of the validator command
func GetCmdQueryAggregateVote ¶ added in v0.4.0
GetCmdQueryAggregateVote implements the query aggregate prevote of the validator command
func GetCmdQueryExchangeRates ¶ added in v0.4.0
GetCmdQueryExchangeRates implements the query rate command.
func GetCmdQueryFeederDelegation ¶ added in v0.2.0
GetCmdQueryFeederDelegation implements the query feeder delegation command
func GetCmdQueryMissCounter ¶ added in v0.3.0
GetCmdQueryMissCounter implements the query miss counter of the validator command
func GetCmdQueryParams ¶ added in v0.0.5
GetCmdQueryParams implements the query params command.
func GetCmdQueryPrevotes ¶ added in v0.2.0
GetCmdQueryPrevotes implements the query prevote command.
func GetCmdQueryTobinTaxes ¶ added in v0.4.0
GetCmdQueryTobinTaxes implements the query params command.
func GetCmdQueryVoteTargets ¶ added in v0.4.0
GetCmdQueryVoteTargets implements the query params command.
func GetCmdQueryVotes ¶ added in v0.0.5
GetCmdQueryVotes implements the query vote command.
func GetQueryCmd ¶ added in v0.3.0
GetQueryCmd returns the cli query commands for this module