Documentation ¶
Index ¶
- Constants
- func GetCmdCreateValidator(cdc *wire.Codec) *cobra.Command
- func GetCmdDelegate(cdc *wire.Codec) *cobra.Command
- func GetCmdEditValidator(cdc *wire.Codec) *cobra.Command
- func GetCmdQueryDelegation(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryDelegations(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryValidator(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryValidators(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdUnbond(cdc *wire.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagAddressDelegator = "address-delegator" FlagAddressValidator = "address-validator" FlagPubKey = "pubkey" FlagAmount = "amount" FlagMoniker = "moniker" FlagIdentity = "keybase-sig" FlagWebsite = "website" FlagDetails = "details" )
nolint
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreateValidator ¶ added in v0.18.0
create create validator command
func GetCmdDelegate ¶
create edit validator command
func GetCmdEditValidator ¶ added in v0.18.0
create edit validator command
func GetCmdQueryDelegation ¶ added in v0.18.0
get the command to query a single delegation bond
func GetCmdQueryDelegations ¶ added in v0.18.0
get the command to query all the validators bonded to a delegation
func GetCmdQueryValidator ¶ added in v0.18.0
get the command to query a validator
func GetCmdQueryValidators ¶ added in v0.18.0
get the command to query a validator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.