0g-chain/x/committee/alias.go
2020-03-10 22:29:16 +00:00

37 lines
1.0 KiB
Go

// 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
)