Versions in this module Expand all Collapse all v1 v1.1.2 Apr 25, 2019 v1.1.1 Apr 18, 2019 Changes in this version + const TIME_TO_DELETE + type BlockchainFetcher struct + TypeName string + func NewBlockchainFetcher(typeName string, endpoint string, apiKey string) (*BlockchainFetcher, error) + func (self *BlockchainFetcher) EthCall(to string, data string) (string, error) + func (self *BlockchainFetcher) GetLatestBlock() (string, error) + func (self *BlockchainFetcher) GetRate(to string, data string) (string, error) + func (self *BlockchainFetcher) GetTypeName() string + type Etherscan struct + TypeName string + func NewEtherScan(typeName string, url string, apiKey string) (*Etherscan, error) + func (self *Etherscan) EthCall(to string, data string) (string, error) + func (self *Etherscan) GetLatestBlock() (string, error) + func (self *Etherscan) GetRate(to string, data string) (string, error) + func (self *Etherscan) GetTypeName() string + type ResultEvent struct + Result []ethereum.EventRaw + type TopicParam struct + Address string + FromBlock string + ToBlock string + Topics []string