Versions in this module Expand all Collapse all v17 v17.0.0 Aug 17, 2023 Changes in this version + func BuildSetBaseDenomsMsg(clientCtx client.Context, args []string, fs *flag.FlagSet) (sdk.Msg, error) + func BuildSetHotRoutesMsg(clientCtx client.Context, args []string, fs *flag.FlagSet) (sdk.Msg, error) + func BuildSetInfoByPoolTypeMsg(clientCtx client.Context, args []string, fs *flag.FlagSet) (sdk.Msg, error) + func CmdSetBaseDenoms() *osmocli.TxCliDesc + func CmdSetDeveloperAccount() (*osmocli.TxCliDesc, *types.MsgSetDeveloperAccount) + func CmdSetDeveloperHotRoutes() *osmocli.TxCliDesc + func CmdSetInfoByPoolType() *osmocli.TxCliDesc + func CmdSetMaxPoolPointsPerBlock() (*osmocli.TxCliDesc, *types.MsgSetMaxPoolPointsPerBlock) + func CmdSetMaxPoolPointsPerTx() (*osmocli.TxCliDesc, *types.MsgSetMaxPoolPointsPerTx) + func CmdSetProtoRevAdminAccountProposal() *cobra.Command + func CmdSetProtoRevEnabledProposal() *cobra.Command + func NewCmdQuery() *cobra.Command + func NewCmdTx() *cobra.Command + func NewQueryAdminAccountCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevAdminAccountRequest) + func NewQueryAllProfitsCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevAllProfitsRequest) + func NewQueryAllRouteStatisticsCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevAllRouteStatisticsRequest) + func NewQueryBaseDenomsCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevBaseDenomsRequest) + func NewQueryDeveloperAccountCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevDeveloperAccountRequest) + func NewQueryEnabledCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevEnabledRequest) + func NewQueryInfoByPoolTypeCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevInfoByPoolTypeRequest) + func NewQueryMaxPoolPointsPerBlockCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevMaxPoolPointsPerBlockRequest) + func NewQueryMaxPoolPointsPerTxCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevMaxPoolPointsPerTxRequest) + func NewQueryNumberOfTradesCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevNumberOfTradesRequest) + func NewQueryParamsCmd() (*osmocli.QueryDescriptor, *types.QueryParamsRequest) + func NewQueryPoolCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevPoolRequest) + func NewQueryProfitsByDenomCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevProfitsByDenomRequest) + func NewQueryStatisticsByRouteCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevStatisticsByRouteRequest) + func NewQueryTokenPairArbRoutesCmd() (*osmocli.QueryDescriptor, *types.QueryGetProtoRevTokenPairArbRoutesRequest) + func ProposalExecute(cmd *cobra.Command, args []string, ...) error + type ArbRoutes struct + StepSize uint64 + Trades []Trade + type BalancerPoolInfoInput struct + Weight uint64 + type ConcentratedPoolInfoInput struct + MaxTicksCrossed uint64 + Weight uint64 + type CosmwasmPoolInfoInput struct + WeightMap map[string]uint64 + type InfoByPoolTypeInput struct + Balancer BalancerPoolInfoInput + Concentrated ConcentratedPoolInfoInput + Cosmwasm CosmwasmPoolInfoInput + Stable StablePoolInfoInput + type StablePoolInfoInput struct + Weight uint64 + type Trade struct + Pool uint64 + TokenIn string + TokenOut string + type XCreateBaseDenomsException struct + Other *string + type XCreateBaseDenomsInputs baseDenomInput + type XCreateHotRoutesExceptions struct + Other *string + type XCreateHotRoutesInputs hotRoutesInput + type XCreateInfoByPoolTypeExceptions struct + Other *string + type XCreateInfoByPoolTypeInputs createInfoByPoolTypeInput 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