Documentation ¶
Index ¶
- Constants
- func CmdBalance() *cobra.Command
- func CmdCreatePool() *cobra.Command
- func CmdExitPool() *cobra.Command
- func CmdExitPoolEstimation() *cobra.Command
- func CmdInRouteByDenom() *cobra.Command
- func CmdJoinPool() *cobra.Command
- func CmdJoinPoolEstimation() *cobra.Command
- func CmdListDenomLiquidity() *cobra.Command
- func CmdListPool() *cobra.Command
- func CmdOutRouteByDenom() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdShowDenomLiquidity() *cobra.Command
- func CmdShowPool() *cobra.Command
- func CmdSwapByDenom() *cobra.Command
- func CmdSwapEstimation() *cobra.Command
- func CmdSwapEstimationByDenom() *cobra.Command
- func CmdSwapExactAmountIn() *cobra.Command
- func CmdSwapExactAmountOut() *cobra.Command
- func CmdTrackedSlippage() *cobra.Command
- func CmdTrackedSlippageAll() *cobra.Command
- func CmdUpdatePoolParams() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagDiscount = "discount" FlagRecipient = "recipient" )
View Source
const ( FlagSwapFee = "swap-fee" FlagExitFee = "exit-fee" FlagUseOracle = "use-oracle" FlagWeightBreakingFeeMultiplier = "weight-breaking-fee-multiplier" FlagWeightBreakingFeeExponent = "weight-breaking-fee-exponent" FlagExternalLiquidityRatio = "extern-liquidity-ratio" FlagWeightRecoveryFeePortion = "weight-recovery-fee" FlagThresholdWeightDifference = "threshold-weight-diff" FlagFeeDenom = "fee-denom" )
View Source
const ( FlagMinAmount = "min-amount" FlagMaxAmount = "max-amount" )
Variables ¶
This section is empty.
Functions ¶
func CmdBalance ¶ added in v0.14.0
func CmdCreatePool ¶
func CmdExitPool ¶
func CmdExitPoolEstimation ¶ added in v0.29.22
func CmdInRouteByDenom ¶ added in v0.16.0
func CmdJoinPool ¶
func CmdJoinPoolEstimation ¶ added in v0.29.22
func CmdListDenomLiquidity ¶
func CmdListPool ¶
func CmdOutRouteByDenom ¶ added in v0.16.0
func CmdQueryParams ¶
func CmdShowDenomLiquidity ¶
func CmdShowPool ¶
func CmdSwapByDenom ¶ added in v0.17.0
func CmdSwapEstimation ¶ added in v0.13.0
func CmdSwapEstimationByDenom ¶ added in v0.16.0
func CmdSwapExactAmountIn ¶
func CmdSwapExactAmountOut ¶
func CmdTrackedSlippage ¶ added in v0.13.0
func CmdTrackedSlippageAll ¶ added in v0.13.0
func CmdUpdatePoolParams ¶ added in v0.18.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files ¶
- query.go
- query_balance.go
- query_denom_liquidity.go
- query_exit_pool_estimation.go
- query_in_route_by_denom.go
- query_join_pool_estimation.go
- query_out_route_by_denom.go
- query_params.go
- query_pool.go
- query_swap_estimation.go
- query_swap_estimation_by_denom.go
- query_tracked_slippage.go
- tx.go
- tx_create_pool.go
- tx_exit_pool.go
- tx_join_pool.go
- tx_swap_by_denom.go
- tx_swap_exact_amount_in.go
- tx_swap_exact_amount_out.go
- tx_update_pool_params.go
Click to show internal directories.
Click to hide internal directories.