Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provides Price Feed functionality
func NewService ¶
func NewService( config *config.Config, repository models.PriceFeedRepository, blockchainClient blockchain.Client, teeManager *tee.Manager, ) (*Service, error)
NewService creates a new Price Feed service
Click to show internal directories.
Click to hide internal directories.