refactor(x/staking): use sdk validator updates (#19788)
This commit is contained in:
@@ -29,6 +29,9 @@ type HasEndBlocker = appmodule.HasEndBlocker
|
||||
// HasRegisterInterfaces is the interface for modules to register their msg types.
|
||||
type HasRegisterInterfaces = appmodule.HasRegisterInterfaces
|
||||
|
||||
// ValidatorUpdate defines a validator update.
|
||||
type ValidatorUpdate = appmodule.ValidatorUpdate
|
||||
|
||||
// HasServices is the extension interface that modules should implement to register
|
||||
// implementations of services defined in .proto files.
|
||||
type HasServices interface {
|
||||
|
||||
Reference in New Issue
Block a user