0g-chain/x/validator-vesting/alias.go

65 lines
2.8 KiB
Go
Raw Normal View History

2019-10-09 22:42:23 +00:00
// nolint
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/kava-labs/kava/x/validator-vesting/internal/types/
// ALIASGEN: github.com/kava-labs/kava/x/validator-vesting/internal/keeper/
2019-09-23 18:23:00 +00:00
package validatorvesting
import (
2019-10-02 13:10:28 +00:00
"github.com/kava-labs/kava/x/validator-vesting/internal/keeper"
"github.com/kava-labs/kava/x/validator-vesting/internal/types"
2019-09-23 18:23:00 +00:00
)
const (
ModuleName = types.ModuleName
StoreKey = types.StoreKey
)
var (
2019-10-09 22:42:23 +00:00
// functions aliases
RegisterCodec = types.RegisterCodec
NewGenesisState = types.NewGenesisState
DefaultGenesisState = types.DefaultGenesisState
ValidateGenesis = types.ValidateGenesis
ValidatorVestingAccountKey = types.ValidatorVestingAccountKey
CreateTestAddrs = types.CreateTestAddrs
TestAddr = types.TestAddr
CreateTestPubKeys = types.CreateTestPubKeys
NewPubKey = types.NewPubKey
NewValidatorVestingAccountRaw = types.NewValidatorVestingAccountRaw
NewValidatorVestingAccount = types.NewValidatorVestingAccount
NewKeeper = keeper.NewKeeper
MakeTestCodec = keeper.MakeTestCodec
CreateTestInput = keeper.CreateTestInput
ValidatorVestingTestAccount = keeper.ValidatorVestingTestAccount
ValidatorVestingTestAccounts = keeper.ValidatorVestingTestAccounts
ValidatorVestingDelegatorTestAccount = keeper.ValidatorVestingDelegatorTestAccount
CreateValidators = keeper.CreateValidators
// variable aliases
ModuleCdc = types.ModuleCdc
2019-09-27 18:48:57 +00:00
BlocktimeKey = types.BlocktimeKey
2019-10-09 22:42:23 +00:00
ValidatorVestingAccountPrefix = types.ValidatorVestingAccountPrefix
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
2019-09-23 18:23:00 +00:00
)
type (
GenesisState = types.GenesisState
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
2019-10-09 22:42:23 +00:00
Keeper = keeper.Keeper
2019-09-23 18:23:00 +00:00
)