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 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 CmdShowEpochTracker() *cobra.Command
- func CmdShowHostZone() *cobra.Command
- func CmdShowInterchainAccount() *cobra.Command
- func CmdShowValidators() *cobra.Command
- func CmdToggleLSMProposal() *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" )
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 ¶
Source Files ¶
- query.go
- query_epoch_tracker.go
- query_host_zone.go
- query_module_address.go
- query_next_packet_sequence.go
- query_params.go
- query_register_ica.go
- query_trade_routes.go
- query_validator.go
- tx.go
- tx_add_validators.go
- tx_add_validators_proposal.go
- tx_calibrate_delegation.go
- tx_change_validator_weight.go
- tx_claim_undelegated_tokens.go
- tx_clear_balance.go
- tx_delete_validator.go
- tx_liquid_stake.go
- tx_lsm_liquid_stake.go
- tx_rebalance_validators.go
- tx_redeem_stake.go
- tx_register_host_zone.go
- tx_restore_interchain_account.go
- tx_resume_host_zone.go
- tx_toggle_lsm_proposal.go
- tx_update_delegation.go
- tx_update_inner_redemption_rate_bounds.go
Click to show internal directories.
Click to hide internal directories.