Skip to content

discv4::ChainPeerCacheRefreshResult

Result of refreshing the local chain peer cache from a remote URL.

#include <chain_peers.hpp>

Public Attributes

Name
std::filesystem::path cache_path
bool cache_available
bool cache_updated

Public Attributes Documentation

variable cache_path

std::filesystem::path cache_path;

variable cache_available

bool cache_available = false;

variable cache_updated

bool cache_updated = false;

Updated on 2026-06-05 at 17:22:18 -0700