Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct {
// contains filtered or unexported fields
}
Crawler gets trade logs on KyberNetwork on blockchain, adding the information about USD equivalent on each trade.
func NewCrawler ¶
func NewCrawler( sugar *zap.SugaredLogger, client *ethclient.Client, broadcastClient broadcast.Interface, rateProvider tokenrate.ETHUSDRateProvider, addresses []ethereum.Address) (*Crawler, error)
NewCrawler create a new Crawler instance.
Click to show internal directories.
Click to hide internal directories.