Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockScraper ¶
type BlockScraper struct {
// contains filtered or unexported fields
}
type BlockScraperInterface ¶
type EthereumScraper ¶
type EthereumScraper struct {
// contains filtered or unexported fields
}
func NewEthereumScraper ¶
func NewEthereumScraper(rdb *models.RelDB) *EthereumScraper
func (*EthereumScraper) Close ¶
func (scraper *EthereumScraper) Close() error
Close closes any existing API connections
func (*EthereumScraper) FetchData ¶
func (scraper *EthereumScraper) FetchData() error
func (*EthereumScraper) GetDataChannel ¶
func (scraper *EthereumScraper) GetDataChannel() chan dia.BlockData
Click to show internal directories.
Click to hide internal directories.