Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvTailStorageFetcher ¶ added in v0.0.2
type CsvTailStorageFetcher struct {
// contains filtered or unexported fields
}
func NewCsvTailStorageFetcher ¶ added in v0.0.2
func NewCsvTailStorageFetcher(tailer fs.Tailer) CsvTailStorageFetcher
func (CsvTailStorageFetcher) FetchStorageDiffs ¶ added in v0.0.2
func (storageFetcher CsvTailStorageFetcher) FetchStorageDiffs(out chan<- utils.StorageDiffRow, errs chan<- error)
type ILogFetcher ¶ added in v0.0.2
type IStorageFetcher ¶ added in v0.0.2
type IStorageFetcher interface {
FetchStorageDiffs(chan<- utils.StorageDiffRow, chan<- error)
}
type LogFetcher ¶
type LogFetcher struct {
// contains filtered or unexported fields
}
func NewLogFetcher ¶ added in v0.0.2
func NewLogFetcher(blockchain core.BlockChain) *LogFetcher
Click to show internal directories.
Click to hide internal directories.