Function forest_filecoin::networks::butterflynet::fetch_genesis

source ยท
pub async fn fetch_genesis<DB: SettingsStore>(db: &DB) -> Result<Vec<u8>>
Expand description

Fetches the genesis CAR from the local database or downloads it if it does not exist. The result bytes may be compressed.