CNetAddr::IsI2P

Whether this is an I2P address.

Synopsis

Declared in <netaddress.h>

[[nodiscard]]
bool
IsI2P() const;

Return Value

True when the network type is I2P.

NOTE

The return value should not be discarded.