Documentation ¶
Index ¶
- Constants
- Variables
- func CmdAddValidators() *cobra.Command
- func CmdAddValidatorsProposal() *cobra.Command
- func CmdCalibrateDelegation() *cobra.Command
- func CmdChangeMultipleValidatorWeight() *cobra.Command
- func CmdChangeValidatorWeight() *cobra.Command
- func CmdClaimUndelegatedTokens() *cobra.Command
- func CmdClearBalance() *cobra.Command
- func CmdCloseDelegationChannel() *cobra.Command
- func CmdDeleteValidator() *cobra.Command
- func CmdLSMLiquidStake() *cobra.Command
- func CmdLiquidStake() *cobra.Command
- func CmdListEpochTracker() *cobra.Command
- func CmdListHostZone() *cobra.Command
- func CmdListTradeRoutes() *cobra.Command
- func CmdModuleAddress() *cobra.Command
- func CmdNextPacketSequence() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdRebalanceValidators() *cobra.Command
- func CmdRedeemStake() *cobra.Command
- func CmdRegisterHostZone() *cobra.Command
- func CmdRestoreInterchainAccount() *cobra.Command
- func CmdResumeHostZone() *cobra.Command
- func CmdSetCommunityPoolRebate() *cobra.Command
- func CmdShowEpochTracker() *cobra.Command
- func CmdShowHostZone() *cobra.Command
- func CmdShowInterchainAccount() *cobra.Command
- func CmdShowValidators() *cobra.Command
- func CmdToggleLSMProposal() *cobra.Command
- func CmdToggleTradeController() *cobra.Command
- func CmdUpdateInnerRedemptionRateBounds() *cobra.Command
- func CmdUpdateValidatorSharesExchRate() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- type ValidatorWeightList
- type ValidatorsList
Constants ¶
View Source
const ( FlagMinRedemptionRate = "min-redemption-rate" FlagMaxRedemptionRate = "max-redemption-rate" FlagCommunityPoolTreasuryAddress = "community-pool-treasury-address" FlagMaxMessagesPerIcaTx = "max-messages-per-ica-tx" )
Variables ¶
Functions ¶
func CmdAddValidators ¶
func CmdCalibrateDelegation ¶
func CmdChangeMultipleValidatorWeight ¶
Updates the weight for multiple validators
Accepts a file in the following format:
{ "validator_weights": [ {"address": "cosmosXXX", "weight": 1}, {"address": "cosmosXXX", "weight": 2} ] }
func CmdChangeValidatorWeight ¶
Updates the weight for a single validator
func CmdClearBalance ¶
func CmdDeleteValidator ¶
func CmdLSMLiquidStake ¶
func CmdLiquidStake ¶
func CmdListEpochTracker ¶
func CmdListHostZone ¶
func CmdListTradeRoutes ¶
func CmdModuleAddress ¶
func CmdNextPacketSequence ¶
func CmdQueryParams ¶
func CmdRebalanceValidators ¶
func CmdRedeemStake ¶
func CmdRegisterHostZone ¶
func CmdResumeHostZone ¶
func CmdShowEpochTracker ¶
func CmdShowHostZone ¶
func CmdShowValidators ¶
func CmdToggleLSMProposal ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
type ValidatorWeightList ¶
type ValidatorWeightList struct {
ValidatorWeights []*types.ValidatorWeight `json:"validator_weights,omitempty"`
}
type ValidatorsList ¶
Click to show internal directories.
Click to hide internal directories.