[#CNetAddr-IsAddrV1Compatible] = xref:CNetAddr.adoc[CNetAddr]::IsAddrV1Compatible :relfileprefix: ../ :mrdocs: Check if the current object can be serialized in pre‐ADDRv2/BIP155 format. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsAddrV1Compatible() const; ---- == Return Value True when the address fits the legacy ADDRv1 encoding. [.small]#Created with https://www.mrdocs.com[MrDocs]#