diff --git a/x/validator-vesting/alias.go b/x/validator-vesting/alias.go index 84e2aef0..5a9fcfdf 100644 --- a/x/validator-vesting/alias.go +++ b/x/validator-vesting/alias.go @@ -12,7 +12,14 @@ const ( ) var ( - NewGenesisState = types.NewGenesisState + NewValidatorVestingAccountRaw = types.NewValidatorVestingAccountRaw + NewValidatorVestingAccount = types.NewValidatorVestingAccount + NewGenesisState = types.NewGenesisState + DefaultGenesisState = types.DefaultGenesisState + RegisterCodec = types.RegisterCodec + ValidatorVestingAccountPrefix = types.ValidatorVestingAccountPrefix + ValidatorVestingAccountKey = types.ValidatorVestingAccountKey + NewKeeper = keeper.NewKeeper ) type (