2019-10-09 22:42:23 +00:00
|
|
|
// nolint
|
|
|
|
// autogenerated code using github.com/rigelrozanski/multitool
|
|
|
|
// aliases generated for the following subdirectories:
|
2020-04-04 23:26:15 +00:00
|
|
|
// ALIASGEN: github.com/kava-labs/kava/x/validator-vesting/keeper
|
|
|
|
// ALIASGEN: github.com/kava-labs/kava/x/validator-vesting/types
|
2019-09-23 18:23:00 +00:00
|
|
|
package validatorvesting
|
|
|
|
|
|
|
|
import (
|
2020-04-04 23:26:15 +00:00
|
|
|
"github.com/kava-labs/kava/x/validator-vesting/keeper"
|
|
|
|
"github.com/kava-labs/kava/x/validator-vesting/types"
|
2019-09-23 18:23:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
2020-02-25 15:29:54 +00:00
|
|
|
ModuleName = types.ModuleName
|
|
|
|
StoreKey = types.StoreKey
|
|
|
|
QuerierRoute = types.QuerierRoute
|
|
|
|
QueryCirculatingSupply = types.QueryCirculatingSupply
|
|
|
|
QueryTotalSupply = types.QueryTotalSupply
|
2019-09-23 18:23:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
2019-10-09 22:42:23 +00:00
|
|
|
// functions aliases
|
2020-02-25 15:29:54 +00:00
|
|
|
NewKeeper = keeper.NewKeeper
|
|
|
|
NewQuerier = keeper.NewQuerier
|
|
|
|
MakeTestCodec = keeper.MakeTestCodec
|
|
|
|
CreateTestInput = keeper.CreateTestInput
|
|
|
|
ValidatorVestingTestAccount = keeper.ValidatorVestingTestAccount
|
|
|
|
ValidatorVestingTestAccounts = keeper.ValidatorVestingTestAccounts
|
|
|
|
ValidatorVestingDelegatorTestAccount = keeper.ValidatorVestingDelegatorTestAccount
|
|
|
|
CreateValidators = keeper.CreateValidators
|
2019-10-09 22:42:23 +00:00
|
|
|
RegisterCodec = types.RegisterCodec
|
|
|
|
NewGenesisState = types.NewGenesisState
|
|
|
|
DefaultGenesisState = types.DefaultGenesisState
|
|
|
|
ValidateGenesis = types.ValidateGenesis
|
|
|
|
ValidatorVestingAccountKey = types.ValidatorVestingAccountKey
|
2020-02-25 15:29:54 +00:00
|
|
|
NewBaseQueryParams = types.NewBaseQueryParams
|
2019-10-09 22:42:23 +00:00
|
|
|
CreateTestAddrs = types.CreateTestAddrs
|
|
|
|
TestAddr = types.TestAddr
|
|
|
|
CreateTestPubKeys = types.CreateTestPubKeys
|
|
|
|
NewPubKey = types.NewPubKey
|
|
|
|
NewValidatorVestingAccountRaw = types.NewValidatorVestingAccountRaw
|
|
|
|
NewValidatorVestingAccount = types.NewValidatorVestingAccount
|
|
|
|
|
|
|
|
// variable aliases
|
|
|
|
ValOpPk1 = keeper.ValOpPk1
|
|
|
|
ValOpPk2 = keeper.ValOpPk2
|
|
|
|
ValOpPk3 = keeper.ValOpPk3
|
|
|
|
ValOpAddr1 = keeper.ValOpAddr1
|
|
|
|
ValOpAddr2 = keeper.ValOpAddr2
|
|
|
|
ValOpAddr3 = keeper.ValOpAddr3
|
|
|
|
ValConsPk11 = keeper.ValConsPk11
|
|
|
|
ValConsPk12 = keeper.ValConsPk12
|
|
|
|
ValConsPk13 = keeper.ValConsPk13
|
|
|
|
ValConsAddr1 = keeper.ValConsAddr1
|
|
|
|
ValConsAddr2 = keeper.ValConsAddr2
|
|
|
|
ValConsAddr3 = keeper.ValConsAddr3
|
|
|
|
TestAddrs = keeper.TestAddrs
|
2020-02-25 15:29:54 +00:00
|
|
|
ModuleCdc = types.ModuleCdc
|
|
|
|
BlocktimeKey = types.BlocktimeKey
|
|
|
|
ValidatorVestingAccountPrefix = types.ValidatorVestingAccountPrefix
|
2019-09-23 18:23:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
type (
|
2020-02-25 15:29:54 +00:00
|
|
|
Keeper = keeper.Keeper
|
2019-09-23 18:23:00 +00:00
|
|
|
GenesisState = types.GenesisState
|
2020-02-25 15:29:54 +00:00
|
|
|
BaseQueryParams = types.BaseQueryParams
|
2019-10-09 22:42:23 +00:00
|
|
|
VestingProgress = types.VestingProgress
|
|
|
|
CurrentPeriodProgress = types.CurrentPeriodProgress
|
2019-09-23 18:23:00 +00:00
|
|
|
ValidatorVestingAccount = types.ValidatorVestingAccount
|
2020-02-25 15:29:54 +00:00
|
|
|
TotalCirculatingSupply = types.TotalCirculatingSupply
|
2019-09-23 18:23:00 +00:00
|
|
|
)
|