refactor(x/staking): use sdk validator updates (#19788)

This commit is contained in:
Julien Robert
2024-03-28 13:48:52 +00:00
committed by GitHub
parent 4ef12091c1
commit d54e940d50
21 changed files with 984 additions and 1031 deletions
+3
View File
@@ -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 {