Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewaTokenScraper ¶
func NewcETHScraper ¶
Types ¶
type SynthScraperInterface ¶
type SynthScraperInterface interface { // Synth asset data should be streamed through dia.SynthAssetSupply. GetSynthSupplyChannel() chan dia.SynthAssetSupply // Should fetch synth data and send them to the channel. FetchSynthSupply() error }
Click to show internal directories.
Click to hide internal directories.