Skip to content

QuantumGate::Local::Environment::PublicAddressDetails

Karel Donk edited this page Dec 25, 2021 · 1 revision

QuantumGate::Local::Environment::PublicAddressDetails is a struct containing details about a publicly visible address.

Definition

struct PublicAddressDetails
{
    bool ReportedByPeers{ false };
    bool ReportedByTrustedPeers{ false };
    Size NumReportingNetworks{ 0 };
    bool Verified{ false };
};

Member variables

Name Description
ReportedByPeers Indicates whether the address was reported by a peer as being publicly used by the local instance.
ReportedByTrustedPeers Indicates whether the address was reported by at least one trusted peer as being publicly used by the local instance.
NumReportingNetworks The number of different /16 (for IPv4) and /48 (for IPv6) networks that reported this address as being publicly used by the local instance.
Verified Indicates whether or not the local instance was able to verify that the address is indeed used by the local instance as reported by peers.
Clone this wiki locally