tron refactoring

This commit is contained in:
Stephan D
2025-12-24 13:20:25 +01:00
parent 2d735aa7f5
commit 03cd2f4784
30 changed files with 1525 additions and 322 deletions

View File

@@ -4,6 +4,7 @@ import (
"context"
"time"
"github.com/tech/sendico/gateway/chain/internal/service/gateway/drivers"
"github.com/tech/sendico/gateway/chain/internal/service/gateway/rpcclient"
"github.com/tech/sendico/gateway/chain/internal/service/gateway/shared"
"github.com/tech/sendico/gateway/chain/storage"
@@ -13,6 +14,7 @@ import (
type Deps struct {
Logger mlogger.Logger
Drivers *drivers.Registry
Networks *rpcclient.Registry
Storage storage.Repository
Clock clockpkg.Clock