2020-03-10 22:29:16 +00:00
|
|
|
// 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 (
|
2020-03-11 19:27:36 +00:00
|
|
|
DefaultNextProposalID = types.DefaultNextProposalID
|
|
|
|
ModuleName = types.ModuleName
|
|
|
|
StoreKey = types.StoreKey
|
2020-03-10 22:29:16 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
|
|
// function aliases
|
2020-03-11 19:27:36 +00:00
|
|
|
NewKeeper = keeper.NewKeeper
|
|
|
|
DefaultGenesisState = types.DefaultGenesisState
|
|
|
|
GetKeyFromID = types.GetKeyFromID
|
|
|
|
GetVoteKey = types.GetVoteKey
|
|
|
|
NewGenesisState = types.NewGenesisState
|
|
|
|
RegisterCodec = types.RegisterCodec
|
|
|
|
Uint64FromBytes = types.Uint64FromBytes
|
2020-03-10 22:29:16 +00:00
|
|
|
|
|
|
|
// variable aliases
|
2020-03-11 19:27:36 +00:00
|
|
|
CommitteeKeyPrefix = types.CommitteeKeyPrefix
|
|
|
|
ModuleCdc = types.ModuleCdc
|
|
|
|
NextProposalIDKey = types.NextProposalIDKey
|
|
|
|
ProposalKeyPrefix = types.ProposalKeyPrefix
|
|
|
|
VoteKeyPrefix = types.VoteKeyPrefix
|
|
|
|
VoteThreshold = types.VoteThreshold
|
2020-03-10 22:29:16 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
type (
|
|
|
|
Keeper = keeper.Keeper
|
|
|
|
Committee = types.Committee
|
|
|
|
GeneralShutdownPermission = types.GeneralShutdownPermission
|
2020-03-11 19:27:36 +00:00
|
|
|
GenesisState = types.GenesisState
|
|
|
|
GodPermission = types.GodPermission
|
2020-03-10 22:29:16 +00:00
|
|
|
GroupChangeProposal = types.GroupChangeProposal
|
|
|
|
InflationRateChangePermission = types.InflationRateChangePermission
|
|
|
|
MsgSubmitProposal = types.MsgSubmitProposal
|
|
|
|
MsgVote = types.MsgVote
|
|
|
|
Permission = types.Permission
|
|
|
|
Proposal = types.Proposal
|
2020-03-11 19:27:36 +00:00
|
|
|
PubProposal = types.PubProposal
|
2020-03-10 22:29:16 +00:00
|
|
|
ShutdownCDPDepsitPermission = types.ShutdownCDPDepsitPermission
|
|
|
|
Vote = types.Vote
|
|
|
|
)
|