refactor(core,x/**): simplify core service api and embed environment in keepers (#20071)

This commit is contained in:
Julien Robert
2024-04-17 18:18:16 +00:00
committed by GitHub
parent a4ff821981
commit 5e7aae0db1
115 changed files with 546 additions and 651 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import (
"time"
)
// CometInfoService is an interface that can be used to get information specific to Comet
type CometInfoService interface {
GetCometInfo(context.Context) Info
// Service is an interface that can be used to get information specific to Comet
type Service interface {
CometInfo(context.Context) Info
}
// Info is the information comet provides apps in ABCI