getnettotals: RPC-JSON API: getnettotals

View source: R/NetworkRpcs.R

getnettotalsR Documentation

RPC-JSON API: getnettotals

Description

Returns information about network traffic, including bytes in, bytes out, and current time.

Usage

getnettotals(con)

Arguments

con

object of class CONRPC.

Value

A S4-object of class ANSRPC.

Author(s)

Bernhard Pfaff

References

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

See Also

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


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to getnettotals in rbch...