Documentation
¶
Index ¶
- Variables
- type Syncer
- func (s *Syncer) ArchiveSync(ctx context.Context) error
- func (s *Syncer) BlockOracle(ctx context.Context)
- func (s *Syncer) Init() error
- func (s *Syncer) LiveSync(ctx context.Context, bn int64)
- func (s *Syncer) Sync(ctx context.Context) error
- func (s *Syncer) WithContext(ctx context.Context) *Syncer
- func (s *Syncer) WithNetwork(n *eth.Network) *Syncer
- func (s *Syncer) WithStore(st storage.Store) *Syncer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoNetwork = errors.New("no network provided") ErrNoStore = errors.New("no store provided") )
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
func (*Syncer) BlockOracle ¶
Click to show internal directories.
Click to hide internal directories.