Versions in this module Expand all Collapse all v17 v17.0.0 Aug 17, 2023 Changes in this version + const FlagPoolFile + const FlagRoutesFile + const FlagSwapRouteDenoms + const FlagSwapRoutePoolIds + const PoolFileDuration + const PoolFileExitFee + const PoolFileFutureGovernor + const PoolFileInitialDeposit + const PoolFileSmoothWeightChangeParams + const PoolFileStartTime + const PoolFileSwapFee + const PoolFileTargetPoolWeights + const PoolFileWeights + func EstimateSwapExactAmountInParseArgs(args []string, fs *flag.FlagSet) (proto.Message, error) + func EstimateSwapExactAmountOutParseArgs(args []string, fs *flag.FlagSet) (proto.Message, error) + func FlagSetCreatePool() *flag.FlagSet + func FlagSetCreateRoutes() *flag.FlagSet + func FlagSetMultihopSwapRoutes() *flag.FlagSet + func FlagSetQuerySwapRoutes() *flag.FlagSet + func FlagSetSwapAmountOutRoutes() *flag.FlagSet + func GetCmdAllPools() (*osmocli.QueryDescriptor, *queryproto.AllPoolsRequest) + func GetCmdEstimateSinglePoolSwapExactAmountIn() (*osmocli.QueryDescriptor, ...) + func GetCmdEstimateSinglePoolSwapExactAmountOut() (*osmocli.QueryDescriptor, ...) + func GetCmdEstimateSwapExactAmountIn() (*osmocli.QueryDescriptor, *queryproto.EstimateSwapExactAmountInRequest) + func GetCmdEstimateSwapExactAmountOut() (*osmocli.QueryDescriptor, *queryproto.EstimateSwapExactAmountOutRequest) + func GetCmdNumPools() (*osmocli.QueryDescriptor, *queryproto.NumPoolsRequest) + func GetCmdPool() (*osmocli.QueryDescriptor, *queryproto.PoolRequest) + func GetCmdSpotPrice() (*osmocli.QueryDescriptor, *queryproto.SpotPriceRequest) + func GetCmdTotalPoolLiquidity() (*osmocli.QueryDescriptor, *queryproto.TotalPoolLiquidityRequest) + func GetQueryCmd() *cobra.Command + func NewBuildCreateBalancerPoolMsg(clientCtx client.Context, txf tx.Factory, fs *flag.FlagSet) (tx.Factory, sdk.Msg, error) + func NewBuildCreateStableswapPoolMsg(clientCtx client.Context, txf tx.Factory, fs *flag.FlagSet) (tx.Factory, sdk.Msg, error) + func NewBuildSwapExactAmountOutMsg(clientCtx client.Context, args []string, fs *flag.FlagSet) (sdk.Msg, error) + func NewCreatePoolCmd() *cobra.Command + func NewMsgNewSplitRouteSwapExactAmountIn(fs *flag.FlagSet) ([]types.SwapAmountInSplitRoute, error) + func NewMsgNewSplitRouteSwapExactAmountOut(fs *flag.FlagSet) ([]types.SwapAmountOutSplitRoute, error) + func NewSplitRouteSwapExactAmountIn() (*osmocli.TxCliDesc, *types.MsgSplitRouteSwapExactAmountIn) + func NewSplitRouteSwapExactAmountOut() (*osmocli.TxCliDesc, *types.MsgSplitRouteSwapExactAmountOut) + func NewSwapExactAmountInCmd() (*osmocli.TxCliDesc, *types.MsgSwapExactAmountIn) + func NewSwapExactAmountOutCmd() (*osmocli.TxCliDesc, *types.MsgSwapExactAmountOut) + func NewTxCmd() *cobra.Command + func ParseCoinsNoSort(coinsStr string) (sdk.Coins, error) + type RoutesIn struct + Route []SwapAmountInSplitRoute + type RoutesOut struct + Route []SwapAmountOutSplitRoute + type SwapAmountInSplitRoute struct + Pools []types.SwapAmountInRoute + TokenInAmount int64 + type SwapAmountOutSplitRoute struct + Pools []types.SwapAmountOutRoute + TokenOutAmount int64 + type XCreatePoolInputs createBalancerPoolInputs + type XCreatePoolInputsExceptions struct + Other *string + type XCreateStableswapPoolInputs createStableswapPoolInputs + type XCreateStableswapPoolInputsExceptions struct + Other *string v17.0.0-rc0 Aug 15, 2023 Other modules containing this package github.com/osmosis-labs/osmosis/v15 github.com/osmosis-labs/osmosis/v16 github.com/osmosis-labs/osmosis/v19 github.com/osmosis-labs/osmosis/v20 github.com/osmosis-labs/osmosis/v21 github.com/osmosis-labs/osmosis/v22 github.com/osmosis-labs/osmosis/v23 github.com/osmosis-labs/osmosis/v24 github.com/osmosis-labs/osmosis/v25 github.com/osmosis-labs/osmosis/v26 github.com/osmosis-labs/osmosis/v27 github.com/osmosis-labs/osmosis/v28