Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { IndexFromPrehistory bool `mapstructure:"indexFromPrehistory"` PrehistoryHeight uint64 `mapstructure:"prehistoryHeight"` From uint64 `mapstructure:"from"` To uint64 `mapstructure:"to"` ArchiveURL string `mapstructure:"archiveURL"` BatchSize uint64 `mapstructure:"batchSize"` PrehistoryChainId uint64 `mapstructure:"prehistoryChainId"` }
type Indexer ¶
type Indexer struct { Config *Config // contains filtered or unexported fields }
type PreHistoryReader ¶
type PreHistoryReader struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.