getaddednodeinfo: RPC-JSON API: getaddednodeinfo

Description Usage Arguments Value Author(s) References See Also

View source: R/NetworkRpcs.R

Description

Returns information about the given added node, or all added nodes (note that onetry addnodes are not listed here)

Usage

1
getaddednodeinfo(con, node = NULL, dns = FALSE)

Arguments

con

object of class CONRPC.

node

character the node (see getpeerinfo() for nodes).

dns

logical If FALSE, only a list of added nodes will be provided, otherwise connected information will also be available.

Value

A S4-object of class ANSRPC.

Author(s)

Bernhard Pfaff

References

https://bitcoin.org/en/developer-reference#getaddednodeinfo, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs

See Also

Other Network RPCs: addnode(), clearbanned(), disconnectnode(), getconnectioncount(), getnettotals(), getnetworkinfo(), getpeerinfo(), listbanned(), ping()


rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to getaddednodeinfo in rbch...