Documentation ¶
Index ¶
- func AddTrackingPriceHistoryWithWhitelistProposal(cdc codec.JSONCodec, proposalFile string) (types.AddTrackingPriceHistoryWithWhitelistProposal, error)
- func GetCmdAggregateExchangeRatePrevote() *cobra.Command
- func GetCmdAggregateExchangeRateVote() *cobra.Command
- func GetCmdDelegateFeedConsent() *cobra.Command
- func GetCmdQueryAggregatePrevote() *cobra.Command
- func GetCmdQueryAggregateVote() *cobra.Command
- func GetCmdQueryAllPriceHistory() *cobra.Command
- func GetCmdQueryExchangeRate() *cobra.Command
- func GetCmdQueryExchangeRates() *cobra.Command
- func GetCmdQueryFeederDelegation() *cobra.Command
- func GetCmdQueryMissCounter() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryPriceHistoryAt() *cobra.Command
- func GetCmdQuerySlashWindow() *cobra.Command
- func GetCmdQueryTwapPrice() *cobra.Command
- func GetCmdQueryTwapTrackingLists() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func ParseAddTrackingPriceHistoryProposal(cdc codec.JSONCodec, proposalFile string) (types.AddTrackingPriceHistoryProposal, error)
- func ParseRemoveTrackingPriceHistoryProposal(cdc codec.JSONCodec, proposalFile string) (types.RemoveTrackingPriceHistoryProposal, error)
- func ProposalAddTrackingPriceHistoryCmd() *cobra.Command
- func ProposalAddTrackingPriceHistoryWithWhitelistCmd() *cobra.Command
- func ProposalRemoveTrackingPriceHistoryCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAggregateExchangeRatePrevote ¶
GetCmdAggregateExchangeRatePrevote creates a Cobra command to generate or broadcast a transaction with a MsgAggregateExchangeRatePrevote message.
func GetCmdAggregateExchangeRateVote ¶
GetCmdAggregateExchangeRateVote creates a Cobra command to generate or broadcast a transaction with a NewMsgAggregateExchangeRateVote message.
func GetCmdDelegateFeedConsent ¶
GetCmdDelegateFeedConsent creates a Cobra command to generate or broadcast a transaction with a MsgDelegateFeedConsent message.
func GetCmdQueryAggregatePrevote ¶
GetCmdQueryAggregatePrevote implements the query aggregate prevote of the validator command.
func GetCmdQueryAggregateVote ¶
GetCmdQueryAggregateVote implements the query aggregate prevote of the validator command.
func GetCmdQueryExchangeRate ¶
GetCmdQueryExchangeRates implements the query rate command.
func GetCmdQueryExchangeRates ¶
GetCmdQueryExchangeRates implements the query rate command.
func GetCmdQueryFeederDelegation ¶
GetCmdQueryFeederDelegation implements the query feeder delegation command.
func GetCmdQueryMissCounter ¶
GetCmdQueryMissCounter implements the miss counter query command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetCmdQuerySlashWindow ¶
GetCmdQuerySlashWindow implements the slash window query command.
func GetCmdQueryTwapPrice ¶
func GetQueryCmd ¶
GetQueryCmd returns the CLI query commands for the x/oracle module.
Types ¶
This section is empty.