5 #ifndef BITCOIN_UTIL_ASMAP_H 6 #define BITCOIN_UTIL_ASMAP_H 13 uint32_t
Interpret(
const std::vector<bool> &asmap,
const std::vector<bool> &
ip);
20 #endif // BITCOIN_UTIL_ASMAP_H uint32_t Interpret(const std::vector< bool > &asmap, const std::vector< bool > &ip)
bool SanityCheckASMap(const std::vector< bool > &asmap, int bits)
std::vector< bool > DecodeAsmap(fs::path path)
Read asmap from provided binary file.
static CService ip(uint32_t i)
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...