refactor(core,stf,x)!: remove InvokeTyped from router (#21224)

This commit is contained in:
Julien Robert
2024-08-23 21:38:06 +00:00
committed by GitHub
parent fc87374ff7
commit a554a21a0e
55 changed files with 424 additions and 585 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ type HasServices interface {
// hasServicesV1 is the interface for registering service in baseapp Cosmos SDK.
// This API is part of core/appmodule but commented out for dependencies.
type hasServicesV1 interface {
appmodule.AppModule
appmodulev2.AppModule
RegisterServices(grpc.ServiceRegistrar) error
}