Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitialSync ¶
type InitialSync struct {
// contains filtered or unexported fields
}
InitialSync service.
func NewInitialSync ¶
func NewInitialSync(cfg *Config) *InitialSync
NewInitialSync configures the initial sync service responsible for bringing the node up to the latest head of the blockchain.
func (*InitialSync) Syncing ¶
func (s *InitialSync) Syncing() bool
Syncing returns true if initial sync is still running.
Click to show internal directories.
Click to hide internal directories.