setnetworkactive: RPC-JSON API: setnetworkactive

View source: R/NetworkRpcs.R

setnetworkactiveR Documentation

RPC-JSON API: setnetworkactive

Description

Disable/enable all p2p network activity.

Usage

setnetworkactive(con, state = TRUE)

Arguments

con

object of class CONRPC.

state

logical the network state.

Value

A S4-object of class ANSRPC.

Author(s)

Bernhard Pfaff

References

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

See Also

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


rbtc documentation built on Oct. 20, 2024, 5:06 p.m.

Related to setnetworkactive in rbtc...