Documentation ¶
Index ¶
- Constants
- Variables
- func CmdAddValidators() *cobra.Command
- func CmdAddValidatorsProposal() *cobra.Command
- func CmdChangeValidatorWeight() *cobra.Command
- func CmdClaimUndelegatedTokens() *cobra.Command
- func CmdClearBalance() *cobra.Command
- func CmdDeleteValidator() *cobra.Command
- func CmdLiquidStake() *cobra.Command
- func CmdListEpochTracker() *cobra.Command
- func CmdListHostZone() *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 CmdShowEpochTracker() *cobra.Command
- func CmdShowHostZone() *cobra.Command
- func CmdShowInterchainAccount() *cobra.Command
- func CmdShowValidators() *cobra.Command
- func CmdUpdateValidatorSharesExchRate() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- type ValidatorsList
Constants ¶
View Source
const ( FlagMinRedemptionRate = "min-redemption-rate" FlagMaxRedemptionRate = "max-redemption-rate" )
Variables ¶
Functions ¶
func CmdAddValidators ¶
func CmdClearBalance ¶
func CmdDeleteValidator ¶
func CmdLiquidStake ¶
func CmdListEpochTracker ¶
func CmdListHostZone ¶
func CmdModuleAddress ¶
func CmdNextPacketSequence ¶
func CmdQueryParams ¶
func CmdRebalanceValidators ¶
func CmdRedeemStake ¶
func CmdRegisterHostZone ¶
TODO(TEST-53): Remove this pre-launch (no need for clients to create / interact with ICAs)
func CmdShowEpochTracker ¶
func CmdShowHostZone ¶
func CmdShowValidators ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
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_validator.go
- tx.go
- tx_add_validators.go
- tx_add_validators_proposal.go
- tx_change_validator_weight.go
- tx_claim_undelegated_tokens.go
- tx_clear_balance.go
- tx_delete_validator.go
- tx_liquid_stake.go
- tx_rebalance_validators.go
- tx_redeem_stake.go
- tx_register_host_zone.go
- tx_restore_interchain_account.go
- tx_update_delegation.go
Click to show internal directories.
Click to hide internal directories.