Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MempoolTransactionReceiveDTOFromNetworkService ¶
type MempoolTransactionReceiveDTOFromNetworkService interface {
Execute(ctx context.Context, dto *domain.MempoolTransactionDTO) error
}
func NewMempoolTransactionReceiveDTOFromNetworkService ¶
func NewMempoolTransactionReceiveDTOFromNetworkService( cfg *config.Configuration, logger *slog.Logger, uc uc_mempooltx.MempoolTransactionCreateUseCase, ) MempoolTransactionReceiveDTOFromNetworkService
Click to show internal directories.
Click to hide internal directories.