"\nReturn known addresses, which can potentially be used to find new nodes in the network.\n",
"\nReturn known addresses, which can potentially be used to find new nodes in the network.\n",
{
{
{"count",RPCArg::Type::NUM,RPCArg::Default{1},"The maximum number of addresses to return. Specify 0 to return all known addresses."},
{"count",RPCArg::Type::NUM,RPCArg::Default{1},"The maximum number of addresses to return. Specify 0 to return all known addresses."},
{"network",RPCArg::Type::STR,RPCArg::DefaultHint{"all networks"},"Return only addresses of the specified network. Can be one of: "+Join(GetNetworkNames(),", ")+"."},