CNetAddr::HasCJDNSPrefix

Whether the raw address begins with the CJDNS prefix byte.

Synopsis

Declared in <netaddress.h>

[[nodiscard]]
bool
HasCJDNSPrefix() const;

Return Value

True when the raw address begins with the CJDNS prefix byte.

NOTE

The return value should not be discarded.