Documentation ¶
Index ¶
- Constants
- func GetCmdQueryParams(cdc *codec.Codec) *cobra.Command
- func GetCmdTick(cdc *codec.Codec) *cobra.Command
- func GetCmdTickAck(cdc *codec.Codec) *cobra.Command
- func GetCmdUnjail(cdc *codec.Codec) *cobra.Command
- func GetLatestSlashInfo(cdc *codec.Codec) *cobra.Command
- func GetLatestSlashInfoBytes(cdc *codec.Codec) *cobra.Command
- func GetLatestSlashingInfos(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetSigningInfo(cdc *codec.Codec) *cobra.Command
- func GetSigningInfos(cdc *codec.Codec) *cobra.Command
- func GetTickCount(cdc *codec.Codec) *cobra.Command
- func GetTickSlashingInfos(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func IsOldTx(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagProposerAddress = "proposer" FlagValidatorAddress = "validator" FlagValidatorID = "id" FlagTxHash = "tx-hash" FlagLogIndex = "log-index" FlagAmount = "slashed-amount" FlagSlashInfoBytes = "slashinfo-bytes" FlagTickID = "tick-id" FlagBlockNumber = "block-number" FlagId = "id" FlagPage = "page" FlagLimit = "limit" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryParams ¶
GetCmdQueryParams implements a command to fetch slashing parameters.
func GetLatestSlashInfoBytes ¶ added in v0.3.2
func GetLatestSlashingInfos ¶ added in v0.3.2
Give signing info by id
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetSigningInfo ¶ added in v0.3.2
Give signing info by id
func GetSigningInfos ¶ added in v0.3.2
Give signing info by id
func GetTickSlashingInfos ¶ added in v0.3.2
Give tick slash infos
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.