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 GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(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" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryParams ¶
GetCmdQueryParams implements a command to fetch slashing parameters.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.