Documentation ¶
Index ¶
Constants ¶
View Source
const (
TIME_TO_DELETE = 18000
)
api_key for tracker.kyber
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainFetcher ¶
type BlockchainFetcher struct { TypeName string // contains filtered or unexported fields }
func NewBlockchainFetcher ¶
func NewBlockchainFetcher(typeName string, endpoint string, apiKey string) (*BlockchainFetcher, error)
func (*BlockchainFetcher) EthCall ¶
func (self *BlockchainFetcher) EthCall(to string, data string) (string, error)
func (*BlockchainFetcher) GetLatestBlock ¶
func (self *BlockchainFetcher) GetLatestBlock() (string, error)
func (*BlockchainFetcher) GetRate ¶
func (self *BlockchainFetcher) GetRate(to string, data string) (string, error)
func (*BlockchainFetcher) GetTypeName ¶
func (self *BlockchainFetcher) GetTypeName() string
type Etherscan ¶
type Etherscan struct { TypeName string // contains filtered or unexported fields }
func NewEtherScan ¶
func (*Etherscan) GetLatestBlock ¶
func (*Etherscan) GetTypeName ¶
type ResultEvent ¶
Click to show internal directories.
Click to hide internal directories.