disconnectnode | R Documentation |
Immediately disconnects from the specified peer node.
Strictly one out of address
and nodeid
can be
provided to identify the node.
disconnectnode(con, address = NULL, nodeid = NULL)
con |
object of class |
address |
|
nodeid |
|
A S4-object of class ANSRPC
.
Bernhard Pfaff
https://bitcoin.org/en/developer-reference#disconnectnode, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs
Other Network RPCs:
addnode()
,
clearbanned()
,
getaddednodeinfo()
,
getconnectioncount()
,
getnettotals()
,
getnetworkinfo()
,
getpeerinfo()
,
listbanned()
,
ping()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.