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 = "identity" FlagWebsite = "website" FlagDetails = "details" )
nolint
Variables ¶
This section is empty.
Functions ¶
func GetCmdBeginRedelegate ¶
GetCmdBeginRedelegate the begin redelegation command.
func GetCmdBeginUnbonding ¶
GetCmdBeginUnbonding implements the begin unbonding validator command.
func GetCmdCompleteRedelegate ¶
GetCmdCompleteRedelegate implements the complete redelegation command.
func GetCmdCompleteUnbonding ¶
GetCmdCompleteUnbonding implements the complete unbonding validator command.
func GetCmdCreateValidator ¶
GetCmdCreateValidator implements the create validator command handler.
func GetCmdDelegate ¶
GetCmdDelegate implements the delegate command.
func GetCmdEditValidator ¶
GetCmdEditValidator implements the create edit validator command.
func GetCmdQueryDelegation ¶
GetCmdQueryDelegation the query delegation command.
func GetCmdQueryDelegations ¶
GetCmdQueryDelegations implements the command to query all the delegations made from one delegator.
func GetCmdQueryRedelegation ¶
GetCmdQueryRedelegation implements the command to query a single redelegation record.
func GetCmdQueryRedelegations ¶
GetCmdQueryRedelegations implements the command to query all the redelegation records for a delegator.
func GetCmdQueryUnbondingDelegation ¶
GetCmdQueryUnbondingDelegation implements the command to query a single unbonding-delegation record.
func GetCmdQueryUnbondingDelegations ¶
GetCmdQueryUnbondingDelegations implements the command to query all the unbonding-delegation records for a delegator.
func GetCmdQueryValidator ¶
GetCmdQueryValidator implements the validator query command.
func GetCmdQueryValidators ¶
GetCmdQueryValidators implements the query all validators command.
func GetCmdRedelegate ¶
GetCmdRedelegate implements the redelegate validator command.
Types ¶
This section is empty.