package transfer // nolint // autogenerated code using github.com/rigelrozanski/multitool // aliases generated for the following subdirectories: // ALIASGEN: github.com/cosmos/cosmos-sdk/x/ibc/20-transfer/keeper // ALIASGEN: github.com/cosmos/cosmos-sdk/x/ibc/20-transfer/types import ( "github.com/cosmos/cosmos-sdk/x/ibc/20-transfer/keeper" "github.com/cosmos/cosmos-sdk/x/ibc/20-transfer/types" ) const ( DefaultPacketTimeoutHeight = keeper.DefaultPacketTimeoutHeight DefaultPacketTimeoutTimestamp = keeper.DefaultPacketTimeoutTimestamp EventTypeTimeout = types.EventTypeTimeout EventTypePacket = types.EventTypePacket EventTypeChannelClose = types.EventTypeChannelClose AttributeKeyReceiver = types.AttributeKeyReceiver AttributeKeyValue = types.AttributeKeyValue AttributeKeyRefundReceiver = types.AttributeKeyRefundReceiver AttributeKeyRefundValue = types.AttributeKeyRefundValue AttributeKeyAckSuccess = types.AttributeKeyAckSuccess AttributeKeyAckError = types.AttributeKeyAckError ModuleName = types.ModuleName StoreKey = types.StoreKey RouterKey = types.RouterKey QuerierRoute = types.QuerierRoute ) var ( // functions aliases NewKeeper = keeper.NewKeeper RegisterCodec = types.RegisterCodec GetEscrowAddress = types.GetEscrowAddress GetDenomPrefix = types.GetDenomPrefix GetModuleAccountName = types.GetModuleAccountName NewMsgTransfer = types.NewMsgTransfer // variable aliases ModuleCdc = types.ModuleCdc AttributeValueCategory = types.AttributeValueCategory ) type ( Keeper = keeper.Keeper BankKeeper = types.BankKeeper ChannelKeeper = types.ChannelKeeper ClientKeeper = types.ClientKeeper ConnectionKeeper = types.ConnectionKeeper FungibleTokenPacketData = types.FungibleTokenPacketData FungibleTokenPacketAcknowledgement = types.FungibleTokenPacketAcknowledgement MsgTransfer = types.MsgTransfer )