Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetBlockDataService ¶
type GetBlockDataService interface { ExecuteByHash(ctx context.Context, hash string) (*domain.BlockData, error) ExecuteByHeaderNumber(ctx context.Context, blockHeader *big.Int) (*domain.BlockData, error) }
func NewGetBlockDataService ¶
func NewGetBlockDataService( cfg *config.Configuration, logger *slog.Logger, uc uc_blockdata.GetBlockDataUseCase, ) GetBlockDataService
Click to show internal directories.
Click to hide internal directories.