Documentation ¶
Index ¶
- Constants
- func GetCmdBeginRedelegate(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdBeginUnbonding(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdCompleteRedelegate(cdc *wire.Codec) *cobra.Command
- func GetCmdCompleteUnbonding(cdc *wire.Codec) *cobra.Command
- 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 GetCmdQueryRedelegation(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryRedelegations(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryUnbondingDelegation(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryUnbondingDelegations(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 GetCmdRedelegate(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdUnbond(storeName string, cdc *wire.Codec) *cobra.Command
Constants ¶
const ( FlagAddressDelegator = "address-delegator" FlagAddressValidator = "address-validator" FlagAddressValidatorSrc = "addr-validator-source" FlagAddressValidatorDst = "addr-validator-dest" FlagPubKey = "pubkey" FlagAmount = "amount" FlagMoniker = "moniker" FlagIdentity = "keybase-sig" FlagWebsite = "website" FlagDetails = "details" )
nolint
Variables ¶
This section is empty.
Functions ¶
func GetCmdBeginRedelegate ¶ added in v0.20.0
redelegate command
func GetCmdBeginUnbonding ¶ added in v0.20.0
create edit validator command
func GetCmdCompleteRedelegate ¶ added in v0.20.0
redelegate command
func GetCmdCompleteUnbonding ¶ added in v0.20.0
create edit validator command
func GetCmdCreateValidator ¶ added in v0.18.0
create create 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
func GetCmdQueryDelegations ¶ added in v0.18.0
get the command to query all the delegations made from one delegator
func GetCmdQueryRedelegation ¶ added in v0.20.0
get the command to query a single unbonding-delegation record
func GetCmdQueryRedelegations ¶ added in v0.20.0
get the command to query all the unbonding-delegation records for a delegator
func GetCmdQueryUnbondingDelegation ¶ added in v0.20.0
get the command to query a single unbonding-delegation record
func GetCmdQueryUnbondingDelegations ¶ added in v0.20.0
get the command to query all the unbonding-delegation records for a delegator
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
func GetCmdRedelegate ¶ added in v0.20.0
create edit validator command
Types ¶
This section is empty.