default_data

Function default_data 

Source
pub fn default_data(network: Network) -> Vec<Pool>
Expand description

Returns the default pool list for the given Network. These lists might not be fully up-to-date. Currently, only default lists for Network::Bitcoin (mainnet) and [Network:Signet] are provided. The defaults for Network::Testnet and Network::Regtest are empty lists. For all other possible future networks (Network is non_exhaustive), an empty list is returned.