Skip to main content

FloridaSeedsProvider

Type Alias FloridaSeedsProvider 

Source
pub type FloridaSeedsProvider = FloridaSeedsProvider;
Expand description

Florida HTTP seeds provider, re-exported under the embed trait.

Aliased Type§

pub struct FloridaSeedsProvider { /* private fields */ }

Trait Implementations§

Source§

impl SeedsProvider for FloridaSeedsProvider

Source§

fn fetch(&self) -> Result<Vec<ConfDynSeed>, SeedsError>

Return the current list of seeds.
Source§

fn refresh_interval(&self) -> Duration

Refresh interval used by the gossip task between calls to SeedsProvider::fetch.