mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
37 lines
1.0 KiB
Go
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
|
||
|
)
|