Documentation ¶
Index ¶
- Constants
- Variables
- func CmdCreatePool() *cobra.Command
- func CmdExitPool() *cobra.Command
- func CmdJoinPool() *cobra.Command
- func CmdListDenomLiquidity() *cobra.Command
- func CmdListPool() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdShowDenomLiquidity() *cobra.Command
- func CmdShowPool() *cobra.Command
- func CmdSwapEstimation() *cobra.Command
- func CmdSwapExactAmountIn() *cobra.Command
- func CmdSwapExactAmountOut() *cobra.Command
- func CmdTrackedSlippage() *cobra.Command
- func CmdTrackedSlippageAll() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagSwapFee = "swap-fee" FlagExitFee = "exit-fee" FlagUseOracle = "use-oracle" FlagWeightBreakingFeeMultiplier = "weight-breaking-fee-multiplier" FlagExternalLiquidityRatio = "extern-liquidity-ratio" FlagLpFeePortion = "lp-fee" FlagStakingFeePortion = "staking-fee" FlagWeightRecoveryFeePortion = "weight-recovery-fee" FlagThresholdWeightDifference = "threshold-weight-diff" FlagFeeDenom = "fee-denom" )
Variables ¶
Functions ¶
func CmdCreatePool ¶
func CmdExitPool ¶
func CmdJoinPool ¶
func CmdListDenomLiquidity ¶
func CmdListPool ¶
func CmdQueryParams ¶
func CmdShowDenomLiquidity ¶
func CmdShowPool ¶
func CmdSwapEstimation ¶ added in v0.13.0
func CmdSwapExactAmountIn ¶
func CmdSwapExactAmountOut ¶
func CmdTrackedSlippage ¶ added in v0.13.0
func CmdTrackedSlippageAll ¶ added in v0.13.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.