// Code generated by aliasgen tool (github.com/rhuairahrighairidh/aliasgen) DO NOT EDIT. package swap import ( "github.com/kava-labs/kava/x/swap/keeper" "github.com/kava-labs/kava/x/swap/types" ) const ( AttributeKeyDepositor = types.AttributeKeyDepositor AttributeKeyOwner = types.AttributeKeyOwner AttributeKeyPoolID = types.AttributeKeyPoolID AttributeKeyShares = types.AttributeKeyShares AttributeValueCategory = types.AttributeValueCategory DefaultParamspace = types.DefaultParamspace EventTypeSwapDeposit = types.EventTypeSwapDeposit EventTypeSwapWithdraw = types.EventTypeSwapWithdraw ModuleAccountName = types.ModuleAccountName ModuleName = types.ModuleName QuerierRoute = types.QuerierRoute QueryGetParams = types.QueryGetParams RouterKey = types.RouterKey StoreKey = types.StoreKey ) var ( // function aliases NewKeeper = keeper.NewKeeper NewQuerier = keeper.NewQuerier DefaultGenesisState = types.DefaultGenesisState DefaultParams = types.DefaultParams DepositorPoolSharesKey = types.DepositorPoolSharesKey NewAllowedPool = types.NewAllowedPool NewAllowedPools = types.NewAllowedPools NewBasePool = types.NewBasePool NewBasePoolWithExistingShares = types.NewBasePoolWithExistingShares NewDenominatedPool = types.NewDenominatedPool NewDenominatedPoolWithExistingShares = types.NewDenominatedPoolWithExistingShares NewGenesisState = types.NewGenesisState NewMsgDeposit = types.NewMsgDeposit NewMsgWithdraw = types.NewMsgWithdraw NewParams = types.NewParams NewPoolRecord = types.NewPoolRecord NewShareRecord = types.NewShareRecord ParamKeyTable = types.ParamKeyTable PoolID = types.PoolID PoolIDFromCoins = types.PoolIDFromCoins PoolKey = types.PoolKey RegisterCodec = types.RegisterCodec // variable aliases DefaultAllowedPools = types.DefaultAllowedPools DefaultSwapFee = types.DefaultSwapFee DepositorPoolSharesPrefix = types.DepositorPoolSharesPrefix ErrDeadlineExceeded = types.ErrDeadlineExceeded ErrDepositNotFound = types.ErrDepositNotFound ErrInsufficientLiquidity = types.ErrInsufficientLiquidity ErrInvalidCoin = types.ErrInvalidCoin ErrInvalidDeadline = types.ErrInvalidDeadline ErrInvalidPool = types.ErrInvalidPool ErrInvalidShares = types.ErrInvalidShares ErrInvalidSlippage = types.ErrInvalidSlippage ErrNotAllowed = types.ErrNotAllowed ErrNotImplemented = types.ErrNotImplemented ErrSlippageExceeded = types.ErrSlippageExceeded KeyAllowedPools = types.KeyAllowedPools KeySwapFee = types.KeySwapFee MaxSwapFee = types.MaxSwapFee ModuleCdc = types.ModuleCdc PoolKeyPrefix = types.PoolKeyPrefix ) type ( Keeper = keeper.Keeper AccountKeeper = types.AccountKeeper AllowedPool = types.AllowedPool AllowedPools = types.AllowedPools BasePool = types.BasePool DenominatedPool = types.DenominatedPool GenesisState = types.GenesisState MsgDeposit = types.MsgDeposit MsgWithDeadline = types.MsgWithDeadline MsgWithdraw = types.MsgWithdraw Params = types.Params PoolRecord = types.PoolRecord ShareRecord = types.ShareRecord SupplyKeeper = types.SupplyKeeper )