Whether this object is a privacy network. TODO: consider adding IsCJDNS() here when more peers adopt CJDNS, see: https://github.com/bitcoin/bitcoin/pull/27411#issuecomment‐1497176155

Synopsis

Declared in <netaddress.h>

[[nodiscard]]
bool
IsPrivacyNet() const;

Return Value

True when the address is on a privacy network (Tor or I2P).

Note

The return value should not be discarded.

Created with MrDocs