Documentation ¶
Index ¶
- func NewLiquidStakeCmd() *cobra.Command
- func NewLiquidUnstakeCmd() *cobra.Command
- func NewQueryCmd() *cobra.Command
- func NewRedeemCmd() *cobra.Command
- func NewRegisterHostChainCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func NewUpdateHostChainCmd() *cobra.Command
- func NewUpdateParamsCmd() *cobra.Command
- func QueryDepositAccountBalanceCmd() *cobra.Command
- func QueryDepositsCmd() *cobra.Command
- func QueryExchangeRateCmd() *cobra.Command
- func QueryHostChainsCmd() *cobra.Command
- func QueryParamsCmd() *cobra.Command
- func QueryUnbondingCmd() *cobra.Command
- func QueryUnbondingsCmd() *cobra.Command
- func QueryUserUnbondingsCmd() *cobra.Command
- func QueryValidatorUnbondingsCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLiquidStakeCmd ¶
func NewLiquidUnstakeCmd ¶
func NewQueryCmd ¶
NewQueryCmd returns the parent command for all x/liquidstakeibc CLi query commands.
func NewRedeemCmd ¶
func NewRegisterHostChainCmd ¶
NewRegisterHostChainCmd implements the command to register a host chain.
func NewTxCmd ¶
NewTxCmd returns a root CLI command handler for all liquid staking transaction commands.
func NewUpdateHostChainCmd ¶
NewUpdateHostChainCmd implements the command to update a host chain.
func NewUpdateParamsCmd ¶
NewUpdateParamsCmd implements the command to update the module params.
func QueryDepositAccountBalanceCmd ¶
QueryDepositAccountBalanceCmd returns the host chain deposit account balance.
func QueryDepositsCmd ¶
QueryDepositsCmd returns all user deposits.
func QueryExchangeRateCmd ¶
QueryExchangeRateCmd returns the host chain exchange rate between the host token and the stk token.
func QueryHostChainsCmd ¶
QueryHostChainsCmd returns the registered host chains.
func QueryParamsCmd ¶
QueryParamsCmd returns the current module params.
func QueryUnbondingCmd ¶
QueryUnbondingCmd returns an unbonding record for a host chain and an epoch.
func QueryUnbondingsCmd ¶
QueryUnbondingsCmd returns all unbonding records for a host chain.
func QueryUserUnbondingsCmd ¶
QueryUserUnbondingsCmd returns all user unbondings.
func QueryValidatorUnbondingsCmd ¶
QueryValidatorUnbondingsCmd returns all validator unbondings for a host chain.
Types ¶
This section is empty.