Documentation ¶
Index ¶
- func CmdFeederDelegationConsent() *cobra.Command
- func CmdPrevote() *cobra.Command
- func CmdQueryAggregatePrevote() *cobra.Command
- func CmdQueryAggregatePrevotes() *cobra.Command
- func CmdQueryAggregateVote() *cobra.Command
- func CmdQueryAggregateVotes() *cobra.Command
- func CmdQueryAllBlockData() *cobra.Command
- func CmdQueryBlockData() *cobra.Command
- func CmdQueryCurrentRoundInfo() *cobra.Command
- func CmdQueryFeederDelegation() *cobra.Command
- func CmdQueryMissCount() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdQueryRewardPool() *cobra.Command
- func CmdVote() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdFeederDelegationConsent ¶
CmdFeederDelegationConsent is the CLI command for sending a FeederDelegationConsent message
func CmdPrevote ¶
CmdPrevote is the CLI command for sending a Prevote message
func CmdQueryAggregatePrevote ¶
CmdQueryAggregatePrevote queries an aggregate prevote of a validator.
func CmdQueryAggregatePrevotes ¶
CmdQueryAggregatePrevotes queries a list of aggregate prevotes of all aggregate prevotes.
func CmdQueryAggregateVote ¶
CmdQueryAggregateVote queries an aggregate vote of a validator.
func CmdQueryAggregateVotes ¶
CmdQueryAggregateVotes queries a list of aggregate votes of all aggregate votes.
func CmdQueryAllBlockData ¶
CmdQueryAllBlockData queries a list of all BlockData for all chain IDs.
func CmdQueryBlockData ¶
CmdQueryBlockData queries a list of BlockData items for a given chain ID.
func CmdQueryCurrentRoundInfo ¶ added in v0.0.6
CmdQueryRewardPool queries the current oracle reward pool balance.
func CmdQueryFeederDelegation ¶
CmdQueryFeederDelegation queries a feeder delegation of a validator.
func CmdQueryMissCount ¶
CmdQueryMissCount queries a miss count of a validator.
func CmdQueryParams ¶
CmdQueryParams queries the parameters of oracle module
func CmdQueryRewardPool ¶
CmdQueryRewardPool queries the current oracle reward pool balance.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.