Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogFetcher ¶
type LogFetcher interface {
FetchLogs(contractAddresses []string, topics []common.Hash, missingHeader core.Header) ([]types.Log, error)
}
Fetcher is the fetching interface
func NewFetcher ¶
func NewFetcher(blockchain core.BlockChain) LogFetcher
NewFetcher returns a new Fetcher
Click to show internal directories.
Click to hide internal directories.