// nolint // DO NOT EDIT - generated by aliasgen tool (github.com/rhuairahrighairidh/aliasgen) package committee import ( "github.com/kava-labs/kava/x/committee/keeper" "github.com/kava-labs/kava/x/committee/types" ) const ( ModuleName = types.ModuleName StoreKey = types.StoreKey ) var ( // function aliases NewKeeper = keeper.NewKeeper RegisterCodec = types.RegisterCodec // variable aliases ModuleCdc = types.ModuleCdc ) type ( Keeper = keeper.Keeper Committee = types.Committee GeneralShutdownPermission = types.GeneralShutdownPermission GroupChangeProposal = types.GroupChangeProposal InflationRateChangePermission = types.InflationRateChangePermission MsgSubmitProposal = types.MsgSubmitProposal MsgVote = types.MsgVote Permission = types.Permission Proposal = types.Proposal ShutdownCDPDepsitPermission = types.ShutdownCDPDepsitPermission Vote = types.Vote )