Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtherScanClient ¶
type EtherScanClient struct {
// contains filtered or unexported fields
}
func NewEtherScanClient ¶
func NewEtherScanClient(logPar *logs.Logger, settings types.Settings) (retVal *EtherScanClient)
func (EtherScanClient) GetTransactions ¶
func (this EtherScanClient) GetTransactions(from time.Time, till time.Time) (retVal []types.TransactionEntry, err error)
func (EtherScanClient) ParseData ¶
func (this EtherScanClient) ParseData(rawData []byte) (retVal []types.TransactionEntry, err error)
Click to show internal directories.
Click to hide internal directories.