Constructs an address from a service endpoint, its service flags, and a last-seen time.
Declared in <protocol.h>
CAddress(
CService ipIn,
ServiceFlags nServicesIn,
NodeSeconds time);
| Name | Description |
|---|---|
| ipIn | The service endpoint (network address and port). |
| nServicesIn | The advertised service flags for this address. |
| time | The last time this address was seen. |