Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListBlockTransactionsByAddressService ¶
type ListBlockTransactionsByAddressService interface {
Execute(ctx context.Context, address *common.Address) ([]*domain.BlockTransaction, error)
}
func NewListBlockTransactionsByAddressService ¶
func NewListBlockTransactionsByAddressService( cfg *config.Configuration, logger *slog.Logger, uc uc_blocktx.ListBlockTransactionsByAddressUseCase, ) ListBlockTransactionsByAddressService
Click to show internal directories.
Click to hide internal directories.