Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the underlying struct for the watched address gap filling service
func (*Service) GetFillAddresses ¶
func (s *Service) GetFillAddresses(rows []WatchedAddress) ([]WatchedAddress, uint64, uint64)
GetFillAddresses finds the encompassing range to perform fill for the given watched addresses it also sets the address specific fill range
func (*Service) UpdateLastFilledAt ¶
UpdateLastFilledAt updates the fill status for the provided addresses in the db
Click to show internal directories.
Click to hide internal directories.