Documentation ¶
Index ¶
- Constants
- func GetCmdQueryParams(cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySigningInfo(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdUnjail(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func NewTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobra.Command
- func NewUnjailTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobra.Command
Constants ¶
const (
FlagAddressValidator = "validator"
)
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryParams ¶ added in v0.28.1
GetCmdQueryParams implements a command to fetch slashing parameters.
func GetCmdQuerySigningInfo ¶
GetCmdQuerySigningInfo implements the command to query signing info.
func GetCmdUnjail ¶ added in v0.25.0
GetCmdUnjail implements the create unjail validator command.
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func GetQueryCmd ¶ added in v1.0.0
GetQueryCmd returns the cli query commands for this module
func GetTxCmd ¶ added in v1.0.0
GetTxCmd returns the transaction commands for this module
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func NewTxCmd ¶ added in v1.0.0
NewTxCmd returns a root CLI command handler for all x/slashing transaction commands.
func NewUnjailTxCmd ¶ added in v1.0.0
Types ¶
This section is empty.