Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetGenesisBlockDataDTOFromBlockchainAuthorityUseCase ¶
type GetGenesisBlockDataDTOFromBlockchainAuthorityUseCase interface {
Execute(ctx context.Context, chainID uint16) (*domain.GenesisBlockDataDTO, error)
}
func NewGetGenesisBlockDataDTOFromBlockchainAuthorityUseCase ¶
func NewGetGenesisBlockDataDTOFromBlockchainAuthorityUseCase(logger *slog.Logger, repo domain.GenesisBlockDataDTORepository) GetGenesisBlockDataDTOFromBlockchainAuthorityUseCase
Click to show internal directories.
Click to hide internal directories.