Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const AuthFeeCollector + const DefaultCodespace + const DefaultMaxPriceDigitSize + const DefaultMaxQuantityDigitSize + const DefaultParamspace + const ModuleName + const QuerierRoute + const RouterKey + const StoreKey + const TokenPairStoreKey + var DefaultParams = types.DefaultParams + var DefaultTokenPairDeposit = types.DefaultTokenPairDeposit + var ErrTokenPairNotFound = types.ErrTokenPairNotFound + var GetBuiltInTokenPair = keeper.GetBuiltInTokenPair + var ModuleCdc = types.ModuleCdc + var NewKeeper = keeper.NewKeeper + var NewMsgDeposit = types.NewMsgDeposit + var NewMsgList = types.NewMsgList + var NewMsgWithdraw = types.NewMsgWithdraw + var NewQuerier = keeper.NewQuerier + var RegisterCodec = types.RegisterCodec + func EndBlocker(ctx sdk.Context, k IKeeper) + func InitGenesis(ctx sdk.Context, keeper IKeeper, data GenesisState) + func NewHandler(k IKeeper) sdk.Handler + func NewProposalHandler(k *Keeper) govTypes.Handler + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(version ProtocolVersionType, keeper IKeeper, supplyKeeper SupplyKeeper) AppModule + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type BankKeeper = keeper.BankKeeper + type DEXOperator = types.DEXOperator + type DEXOperators = types.DEXOperators + type GenesisState struct + MaxTokenPairID uint64 + Operators DEXOperators + Params Params + ProductLocks ordertypes.ProductLockMap + TokenPairs []*TokenPair + WithdrawInfos WithdrawInfos + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, keeper IKeeper) (data GenesisState) + type IKeeper = keeper.IKeeper + type Keeper = keeper.Keeper + type MsgConfirmOwnership = types.MsgConfirmOwnership + type MsgCreateOperator = types.MsgCreateOperator + type MsgDeposit = types.MsgDeposit + type MsgList = types.MsgList + type MsgTransferOwnership = types.MsgTransferOwnership + type MsgUpdateOperator = types.MsgUpdateOperator + type MsgWithdraw = types.MsgWithdraw + type Params = types.Params + type ProtocolVersionType = version.ProtocolVersionType + type StakingKeeper = keeper.StakingKeeper + type StreamKeeper = keeper.StreamKeeper + type SupplyKeeper = keeper.SupplyKeeper + type TokenKeeper = keeper.TokenKeeper + type TokenPair = types.TokenPair + type WithdrawInfo = types.WithdrawInfo + type WithdrawInfos = types.WithdrawInfos